Html Css Color HEX #E17872 Geraldine

📋 copy color: '#E17872'

red 225 ◦ green 120 ◦ blue 114

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

Shades of Geraldine #E17872

Tints of Geraldine #E17872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.14%

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

R = 49.02%
G = 26.14%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E17872 (or 0xE17872) is known color: Geraldine. HEX triplet: E1, 78 and 72. RGB value is (225,120,114). Sum of RGB (Red+Green+Blue) = 225+120+114=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17872 is #1E878D. Grayscale: #969696. Windows color (decimal): -2000782 or 7502049. OLE color: 7502049.

HSL color Cylindrical-coordinate representation of color #E17872: hue angle of 3.24º 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 #E17872 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 120 114 -
CMYK 0 0.47 0.49 0.12
HSL 3.24º 0.65% 0.66% -
HSV(B) 3.24º 0.49% 0.88% -
XYZ 40.81 30.66 19.69 -
YUV 150.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 225 120 114 0 0.47 0.49 0.12 3.24 0.65 0.66
Hex E1 78 72 0 2F 31 C 3 41 42
Octal 341 170 162 0 57 61 14 3 101 102
Binary 11100001 1111000 1110010 0 101111 110001 1100 11 1000001 1000010

Color Harmonies of #E17872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17872

Black with #E17872

Text Example


Text Example

White with #E17872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17872; }

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

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

background-color css

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

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

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

border-color css

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

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

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