Html Css Color HEX #E17570 Geraldine

📋 copy color: '#E17570'

red 225 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #E17570

Tints of Geraldine #E17570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

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

R = 49.56%
G = 25.77%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E17570 (or 0xE17570) is known color: Geraldine. HEX triplet: E1, 75 and 70. RGB value is (225,117,112). Sum of RGB (Red+Green+Blue) = 225+117+112=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E17570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17570 is #1E8A8F. Grayscale: #949494. Windows color (decimal): -2001552 or 7370209. OLE color: 7370209.

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

Color convert

RGB 225 117 112 -
CMYK 0 0.48 0.50 0.12
HSL 2.65º 0.65% 0.66% -
HSV(B) 2.65º 0.5% 0.88% -
XYZ 40.34 29.9 18.97 -
YUV 148.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 225 117 112 0 0.48 0.50 0.12 2.65 0.65 0.66
Hex E1 75 70 0 30 32 C 3 41 42
Octal 341 165 160 0 60 62 14 3 101 102
Binary 11100001 1110101 1110000 0 110000 110010 1100 11 1000001 1000010

Color Harmonies of #E17570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17570

Black with #E17570

Text Example


Text Example

White with #E17570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17570; }

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

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

background-color css

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

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

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

border-color css

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

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

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