Html Css Color HEX #E17870 Geraldine

📋 copy color: '#E17870'

red 225 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #E17870

Tints of Geraldine #E17870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.26%

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

R = 49.23%
G = 26.26%
B = 24.51%

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

#E17870 (or 0xE17870) is known color: Geraldine. HEX triplet: E1, 78 and 70. RGB value is (225,120,112). Sum of RGB (Red+Green+Blue) = 225+120+112=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17870 is #1E878F. Grayscale: #969696. Windows color (decimal): -2000784 or 7370977. OLE color: 7370977.

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

Color convert

RGB 225 120 112 -
CMYK 0 0.47 0.50 0.12
HSL 4.25º 0.65% 0.66% -
HSV(B) 4.25º 0.5% 0.88% -
XYZ 40.69 30.61 19.09 -
YUV 150.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 225 120 112 0 0.47 0.50 0.12 4.25 0.65 0.66
Hex E1 78 70 0 2F 32 C 4 41 42
Octal 341 170 160 0 57 62 14 4 101 102
Binary 11100001 1111000 1110000 0 101111 110010 1100 100 1000001 1000010

Color Harmonies of #E17870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17870

Black with #E17870

Text Example


Text Example

White with #E17870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17870; }

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

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

background-color css

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

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

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

border-color css

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

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

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