Html Css Color HEX #EA7070 Geraldine

📋 copy color: '#EA7070'

red 234 ◦ green 112 ◦ blue 112

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

Shades of Geraldine #EA7070

Tints of Geraldine #EA7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.45%

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

R = 51.09%
G = 24.45%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA7070 (or 0xEA7070) is known color: Geraldine. HEX triplet: EA, 70 and 70. RGB value is (234,112,112). Sum of RGB (Red+Green+Blue) = 234+112+112=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7070 is #158F8F. Grayscale: #949494. Windows color (decimal): -1413008 or 7368938. OLE color: 7368938.

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

Color convert

RGB 234 112 112 -
CMYK 0 0.52 0.52 0.08
HSL 0.74% 0.68% -
HSV(B) 0.52% 0.92% -
XYZ 42.65 30.25 18.92 -
YUV 148.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 234 112 112 0 0.52 0.52 0.08 0 0.74 0.68
Hex EA 70 70 0 34 34 8 0 4A 44
Octal 352 160 160 0 64 64 10 0 112 104
Binary 11101010 1110000 1110000 0 110100 110100 1000 0 1001010 1000100

Color Harmonies of #EA7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7070

Black with #EA7070

Text Example


Text Example

White with #EA7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7070; }

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

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

background-color css

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

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

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

border-color css

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

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

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