Html Css Color HEX #E17270 Geraldine

📋 copy color: '#E17270'

red 225 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #E17270

Tints of Geraldine #E17270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 49.89%
G = 25.28%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E17270 (or 0xE17270) is known color: Geraldine. HEX triplet: E1, 72 and 70. RGB value is (225,114,112). Sum of RGB (Red+Green+Blue) = 225+114+112=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E17270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17270 is #1E8D8F. Grayscale: #939393. Windows color (decimal): -2002320 or 7369441. OLE color: 7369441.

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

Color convert

RGB 225 114 112 -
CMYK 0 0.49 0.50 0.12
HSL 1.06º 0.65% 0.66% -
HSV(B) 1.06º 0.5% 0.88% -
XYZ 39.99 29.21 18.86 -
YUV 146.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 225 114 112 0 0.49 0.50 0.12 1.06 0.65 0.66
Hex E1 72 70 0 31 32 C 1 41 42
Octal 341 162 160 0 61 62 14 1 101 102
Binary 11100001 1110010 1110000 0 110001 110010 1100 1 1000001 1000010

Color Harmonies of #E17270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17270

Black with #E17270

Text Example


Text Example

White with #E17270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17270; }

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

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

background-color css

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

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

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

border-color css

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

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

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