Html Css Color HEX #E17472 Geraldine

📋 copy color: '#E17472'

red 225 ◦ green 116 ◦ blue 114

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

Shades of Geraldine #E17472

Tints of Geraldine #E17472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.49%

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

R = 49.45%
G = 25.49%
B = 25.05%

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

#E17472 (or 0xE17472) is known color: Geraldine. HEX triplet: E1, 74 and 72. RGB value is (225,116,114). Sum of RGB (Red+Green+Blue) = 225+116+114=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E17472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17472 is #1E8B8D. Grayscale: #949494. Windows color (decimal): -2001806 or 7501025. OLE color: 7501025.

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

Color convert

RGB 225 116 114 -
CMYK 0 0.48 0.49 0.12
HSL 1.08º 0.65% 0.66% -
HSV(B) 1.08º 0.49% 0.88% -
XYZ 40.33 29.71 19.53 -
YUV 148.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 225 116 114 0 0.48 0.49 0.12 1.08 0.65 0.66
Hex E1 74 72 0 30 31 C 1 41 42
Octal 341 164 162 0 60 61 14 1 101 102
Binary 11100001 1110100 1110010 0 110000 110001 1100 1 1000001 1000010

Color Harmonies of #E17472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17472

Black with #E17472

Text Example


Text Example

White with #E17472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17472; }

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

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

background-color css

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

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

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

border-color css

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

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

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