Html Css Color HEX #EA7978 Geraldine

📋 copy color: '#EA7978'

red 234 ◦ green 121 ◦ blue 120

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

Shades of Geraldine #EA7978

Tints of Geraldine #EA7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.47%

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

R = 49.26%
G = 25.47%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA7978 (or 0xEA7978) is known color: Geraldine. HEX triplet: EA, 79 and 78. RGB value is (234,121,120). Sum of RGB (Red+Green+Blue) = 234+121+120=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7978 is #158687. Grayscale: #9A9A9A. Windows color (decimal): -1410696 or 7895530. OLE color: 7895530.

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

Color convert

RGB 234 121 120 -
CMYK 0 0.48 0.49 0.08
HSL 0.53º 0.73% 0.69% -
HSV(B) 0.53º 0.49% 0.92% -
XYZ 44.16 32.52 21.72 -
YUV 154.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 234 121 120 0 0.48 0.49 0.08 0.53 0.73 0.69
Hex EA 79 78 0 30 31 8 1 49 45
Octal 352 171 170 0 60 61 10 1 111 105
Binary 11101010 1111001 1111000 0 110000 110001 1000 1 1001001 1000101

Color Harmonies of #EA7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7978

Black with #EA7978

Text Example


Text Example

White with #EA7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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