Html Css Color HEX #EA7974 Geraldine

📋 copy color: '#EA7974'

red 234 ◦ green 121 ◦ blue 116

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

Shades of Geraldine #EA7974

Tints of Geraldine #EA7974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 49.68%
G = 25.69%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA7974 (or 0xEA7974) is known color: Geraldine. HEX triplet: EA, 79 and 74. RGB value is (234,121,116). Sum of RGB (Red+Green+Blue) = 234+121+116=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7974 is #15868B. Grayscale: #9A9A9A. Windows color (decimal): -1410700 or 7633386. OLE color: 7633386.

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

Color convert

RGB 234 121 116 -
CMYK 0 0.48 0.50 0.08
HSL 2.54º 0.74% 0.69% -
HSV(B) 2.54º 0.5% 0.92% -
XYZ 43.92 32.43 20.47 -
YUV 154.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 234 121 116 0 0.48 0.50 0.08 2.54 0.74 0.69
Hex EA 79 74 0 30 32 8 3 4A 45
Octal 352 171 164 0 60 62 10 3 112 105
Binary 11101010 1111001 1110100 0 110000 110010 1000 11 1001010 1000101

Color Harmonies of #EA7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7974

Black with #EA7974

Text Example


Text Example

White with #EA7974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7974; }

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

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

background-color css

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

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

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

border-color css

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

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

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