Html Css Color HEX #EA7971 Geraldine

📋 copy color: '#EA7971'

red 234 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #EA7971

Tints of Geraldine #EA7971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 50%
G = 25.85%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA7971 (or 0xEA7971) is known color: Geraldine. HEX triplet: EA, 79 and 71. RGB value is (234,121,113). Sum of RGB (Red+Green+Blue) = 234+121+113=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7971 is #15868E. Grayscale: #9A9A9A. Windows color (decimal): -1410703 or 7436778. OLE color: 7436778.

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

Color convert

RGB 234 121 113 -
CMYK 0 0.48 0.52 0.08
HSL 3.97º 0.74% 0.68% -
HSV(B) 3.97º 0.52% 0.92% -
XYZ 43.75 32.36 19.56 -
YUV 153.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 234 121 113 0 0.48 0.52 0.08 3.97 0.74 0.68
Hex EA 79 71 0 30 34 8 4 4A 44
Octal 352 171 161 0 60 64 10 4 112 104
Binary 11101010 1111001 1110001 0 110000 110100 1000 100 1001010 1000100

Color Harmonies of #EA7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7971

Black with #EA7971

Text Example


Text Example

White with #EA7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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