Html Css Color HEX #E17672 Geraldine

📋 copy color: '#E17672'

red 225 ◦ green 118 ◦ blue 114

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

Shades of Geraldine #E17672

Tints of Geraldine #E17672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 49.23%
G = 25.82%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E17672 (or 0xE17672) is known color: Geraldine. HEX triplet: E1, 76 and 72. RGB value is (225,118,114). Sum of RGB (Red+Green+Blue) = 225+118+114=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17672 is #1E898D. Grayscale: #959595. Windows color (decimal): -2001294 or 7501537. OLE color: 7501537.

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

Color convert

RGB 225 118 114 -
CMYK 0 0.48 0.49 0.12
HSL 2.16º 0.65% 0.66% -
HSV(B) 2.16º 0.49% 0.88% -
XYZ 40.57 30.18 19.61 -
YUV 149.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 225 118 114 0 0.48 0.49 0.12 2.16 0.65 0.66
Hex E1 76 72 0 30 31 C 2 41 42
Octal 341 166 162 0 60 61 14 2 101 102
Binary 11100001 1110110 1110010 0 110000 110001 1100 10 1000001 1000010

Color Harmonies of #E17672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17672

Black with #E17672

Text Example


Text Example

White with #E17672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17672; }

 p { color: rgb(225,118,114); }

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

background-color css

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

 a { background-color: rgb(225,118,114); }

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

border-color css

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

 span { border-color: rgb(225,118,114); }

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