Html Css Color HEX #EA7A76 Geraldine

📋 copy color: '#EA7A76'

red 234 ◦ green 122 ◦ blue 118

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

Shades of Geraldine #EA7A76

Tints of Geraldine #EA7A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

 BLUE value IS 118 (46.48% from 255) = 24.89%

R = 49.37%
G = 25.74%
B = 24.89%

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

#EA7A76 (or 0xEA7A76) is known color: Geraldine. HEX triplet: EA, 7A and 76. RGB value is (234,122,118). Sum of RGB (Red+Green+Blue) = 234+122+118=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A76 is #158589. Grayscale: #9B9B9B. Windows color (decimal): -1410442 or 7764714. OLE color: 7764714.

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

Color convert

RGB 234 122 118 -
CMYK 0 0.48 0.50 0.08
HSL 2.07º 0.73% 0.69% -
HSV(B) 2.07º 0.5% 0.92% -
XYZ 44.16 32.72 21.13 -
YUV 155.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 234 122 118 0 0.48 0.50 0.08 2.07 0.73 0.69
Hex EA 7A 76 0 30 32 8 2 49 45
Octal 352 172 166 0 60 62 10 2 111 105
Binary 11101010 1111010 1110110 0 110000 110010 1000 10 1001001 1000101

Color Harmonies of #EA7A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A76

Black with #EA7A76

Text Example


Text Example

White with #EA7A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A76; }

 p { color: rgb(234,122,118); }

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

background-color css

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

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

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

border-color css

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

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

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