Html Css Color HEX #E17770 Geraldine

📋 copy color: '#E17770'

red 225 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #E17770

Tints of Geraldine #E17770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.1%

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

R = 49.34%
G = 26.1%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E17770 (or 0xE17770) is known color: Geraldine. HEX triplet: E1, 77 and 70. RGB value is (225,119,112). Sum of RGB (Red+Green+Blue) = 225+119+112=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17770 is #1E888F. Grayscale: #969696. Windows color (decimal): -2001040 or 7370721. OLE color: 7370721.

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

Color convert

RGB 225 119 112 -
CMYK 0 0.47 0.50 0.12
HSL 3.72º 0.65% 0.66% -
HSV(B) 3.72º 0.5% 0.88% -
XYZ 40.57 30.37 19.05 -
YUV 149.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 225 119 112 0 0.47 0.50 0.12 3.72 0.65 0.66
Hex E1 77 70 0 2F 32 C 4 41 42
Octal 341 167 160 0 57 62 14 4 101 102
Binary 11100001 1110111 1110000 0 101111 110010 1100 100 1000001 1000010

Color Harmonies of #E17770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17770

Black with #E17770

Text Example


Text Example

White with #E17770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17770; }

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

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

background-color css

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

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

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

border-color css

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

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

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