Html Css Color HEX #E17372 Geraldine

📋 copy color: '#E17372'

red 225 ◦ green 115 ◦ blue 114

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

Shades of Geraldine #E17372

Tints of Geraldine #E17372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

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

R = 49.56%
G = 25.33%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E17372 (or 0xE17372) is known color: Geraldine. HEX triplet: E1, 73 and 72. RGB value is (225,115,114). Sum of RGB (Red+Green+Blue) = 225+115+114=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E17372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17372 is #1E8C8D. Grayscale: #939393. Windows color (decimal): -2002062 or 7500769. OLE color: 7500769.

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

Color convert

RGB 225 115 114 -
CMYK 0 0.49 0.49 0.12
HSL 0.54º 0.65% 0.66% -
HSV(B) 0.54º 0.49% 0.88% -
XYZ 40.22 29.48 19.49 -
YUV 147.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 225 115 114 0 0.49 0.49 0.12 0.54 0.65 0.66
Hex E1 73 72 0 31 31 C 1 41 42
Octal 341 163 162 0 61 61 14 1 101 102
Binary 11100001 1110011 1110010 0 110001 110001 1100 1 1000001 1000010

Color Harmonies of #E17372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17372

Black with #E17372

Text Example


Text Example

White with #E17372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17372; }

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

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

background-color css

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

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

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

border-color css

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

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

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