Html Css Color HEX #E97976 Geraldine

📋 copy color: '#E97976'

red 233 ◦ green 121 ◦ blue 118

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

Shades of Geraldine #E97976

Tints of Geraldine #E97976

RGB

 RED value IS 233 (91.41% from 255) = 49.36%

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

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

R = 49.36%
G = 25.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E97976 (or 0xE97976) is known color: Geraldine. HEX triplet: E9, 79 and 76. RGB value is (233,121,118). Sum of RGB (Red+Green+Blue) = 233+121+118=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E97976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97976 is #168689. Grayscale: #9A9A9A. Windows color (decimal): -1476234 or 7764457. OLE color: 7764457.

HSL color Cylindrical-coordinate representation of color #E97976: hue angle of 1.57º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E97976 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 121 118 -
CMYK 0 0.48 0.49 0.09
HSL 1.57º 0.72% 0.69% -
HSV(B) 1.57º 0.49% 0.91% -
XYZ 43.71 32.31 21.07 -
YUV 154.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 233 121 118 0 0.48 0.49 0.09 1.57 0.72 0.69
Hex E9 79 76 0 30 31 9 2 48 45
Octal 351 171 166 0 60 61 11 2 110 105
Binary 11101001 1111001 1110110 0 110000 110001 1001 10 1001000 1000101

Color Harmonies of #E97976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97976

Black with #E97976

Text Example


Text Example

White with #E97976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97976; }

 p { color: rgb(233,121,118); }

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

background-color css

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

 a { background-color: rgb(233,121,118); }

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

border-color css

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

 span { border-color: rgb(233,121,118); }

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