Html Css Color HEX #E16E6C Geraldine

📋 copy color: '#E16E6C'

red 225 ◦ green 110 ◦ blue 108

#E16E6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #E16E6C

Tints of Geraldine #E16E6C

RGB

 RED value IS 225 (88.28% from 255) = 50.79%

 GREEN value IS 110 (43.36% from 255) = 24.83%

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 50.79%
G = 24.83%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E16E6C (or 0xE16E6C) is known color: Geraldine. HEX triplet: E1, 6E and 6C. RGB value is (225,110,108). Sum of RGB (Red+Green+Blue) = 225+110+108=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E6C is #1E9193. Grayscale: #909090. Windows color (decimal): -2003348 or 7106273. OLE color: 7106273.

HSL color Cylindrical-coordinate representation of color #E16E6C: hue angle of 1.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16E6C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 108 -
CMYK 0 0.51 0.52 0.12
HSL 1.03º 0.66% 0.65% -
HSV(B) 1.03º 0.52% 0.88% -
XYZ 39.33 28.24 17.57 -
YUV 144.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 225 110 108 0 0.51 0.52 0.12 1.03 0.66 0.65
Hex E1 6E 6C 0 33 34 C 1 42 41
Octal 341 156 154 0 63 64 14 1 102 101
Binary 11100001 1101110 1101100 0 110011 110100 1100 1 1000010 1000001

Color Harmonies of #E16E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E6C

Black with #E16E6C

Text Example


Text Example

White with #E16E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E6C; }

 p { color: rgb(225,110,108); }

 H1.HeaderClassName
 {
   color: #E16E6C;
 }
 .AnyTagClassName
 {
   color: #E16E6C;
 }
</style>

background-color css

<style>
 a { background-color: #E16E6C; }

 a { background-color: rgb(225,110,108); }

 div.DivClassName
 {
   background-color: #E16E6C;
 }
 .BgClassName
 {
   background-color: #E16E6C;
 }
</style>

border-color css

<style>
 span { border-color: #E16E6C; }

 span { border-color: rgb(225,110,108); }

 td.TdClassName
 {
   border-color: #E16E6C;
 }
 .TagClassName
 {
   border-color: #E16E6C;
 }
</style>