Html Css Color HEX #EA7878 Geraldine

📋 copy color: '#EA7878'

red 234 ◦ green 120 ◦ blue 120

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

Shades of Geraldine #EA7878

Tints of Geraldine #EA7878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 49.37%
G = 25.32%
B = 25.32%

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

#EA7878 (or 0xEA7878) is known color: Geraldine. HEX triplet: EA, 78 and 78. RGB value is (234,120,120). Sum of RGB (Red+Green+Blue) = 234+120+120=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7878 is #158787. Grayscale: #9A9A9A. Windows color (decimal): -1410952 or 7895274. OLE color: 7895274.

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

Color convert

RGB 234 120 120 -
CMYK 0 0.49 0.49 0.08
HSL 0.73% 0.69% -
HSV(B) 0.49% 0.92% -
XYZ 44.04 32.28 21.68 -
YUV 154.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 234 120 120 0 0.49 0.49 0.08 0 0.73 0.69
Hex EA 78 78 0 31 31 8 0 49 45
Octal 352 170 170 0 61 61 10 0 111 105
Binary 11101010 1111000 1111000 0 110001 110001 1000 0 1001001 1000101

Color Harmonies of #EA7878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7878

Black with #EA7878

Text Example


Text Example

White with #EA7878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7878; }

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

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

background-color css

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

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

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

border-color css

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

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

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