Html Css Color HEX #EA7777 Geraldine

📋 copy color: '#EA7777'

red 234 ◦ green 119 ◦ blue 119

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

Shades of Geraldine #EA7777

Tints of Geraldine #EA7777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 49.58%
G = 25.21%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA7777 (or 0xEA7777) is known color: Geraldine. HEX triplet: EA, 77 and 77. RGB value is (234,119,119). Sum of RGB (Red+Green+Blue) = 234+119+119=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7777 is #158888. Grayscale: #999999. Windows color (decimal): -1411209 or 7829482. OLE color: 7829482.

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

Color convert

RGB 234 119 119 -
CMYK 0 0.49 0.49 0.08
HSL 0.73% 0.69% -
HSV(B) 0.49% 0.92% -
XYZ 43.86 32.02 21.32 -
YUV 153.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 234 119 119 0 0.49 0.49 0.08 0 0.73 0.69
Hex EA 77 77 0 31 31 8 0 49 45
Octal 352 167 167 0 61 61 10 0 111 105
Binary 11101010 1110111 1110111 0 110001 110001 1000 0 1001001 1000101

Color Harmonies of #EA7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7777

Black with #EA7777

Text Example


Text Example

White with #EA7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7777; }

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

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

background-color css

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

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

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

border-color css

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

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

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