Html Css Color HEX #EA7470 Geraldine

📋 copy color: '#EA7470'

red 234 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #EA7470

Tints of Geraldine #EA7470

RGB

 RED value IS 234 (91.8% from 255) = 50.65%

 GREEN value IS 116 (45.7% from 255) = 25.11%

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

R = 50.65%
G = 25.11%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA7470 (or 0xEA7470) is known color: Geraldine. HEX triplet: EA, 74 and 70. RGB value is (234,116,112). Sum of RGB (Red+Green+Blue) = 234+116+112=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7470 is #158B8F. Grayscale: #969696. Windows color (decimal): -1411984 or 7369962. OLE color: 7369962.

HSL color Cylindrical-coordinate representation of color #EA7470: hue angle of 1.97º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA7470 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 112 -
CMYK 0 0.50 0.52 0.08
HSL 1.97º 0.74% 0.68% -
HSV(B) 1.97º 0.52% 0.92% -
XYZ 43.1 31.15 19.07 -
YUV 150.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 234 116 112 0 0.50 0.52 0.08 1.97 0.74 0.68
Hex EA 74 70 0 32 34 8 2 4A 44
Octal 352 164 160 0 62 64 10 2 112 104
Binary 11101010 1110100 1110000 0 110010 110100 1000 10 1001010 1000100

Color Harmonies of #EA7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7470

Black with #EA7470

Text Example


Text Example

White with #EA7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7470; }

 p { color: rgb(234,116,112); }

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

background-color css

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

 a { background-color: rgb(234,116,112); }

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

border-color css

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

 span { border-color: rgb(234,116,112); }

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