Html Css Color HEX #E97470 Geraldine

📋 copy color: '#E97470'

red 233 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #E97470

Tints of Geraldine #E97470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 50.54%
G = 25.16%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E97470 (or 0xE97470) is known color: Geraldine. HEX triplet: E9, 74 and 70. RGB value is (233,116,112). Sum of RGB (Red+Green+Blue) = 233+116+112=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E97470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97470 is #168B8F. Grayscale: #969696. Windows color (decimal): -1477520 or 7369961. OLE color: 7369961.

HSL color Cylindrical-coordinate representation of color #E97470: hue angle of 1.98º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E97470 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 116 112 -
CMYK 0 0.50 0.52 0.09
HSL 1.98º 0.73% 0.68% -
HSV(B) 1.98º 0.52% 0.91% -
XYZ 42.77 30.98 19.06 -
YUV 150.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 233 116 112 0 0.50 0.52 0.09 1.98 0.73 0.68
Hex E9 74 70 0 32 34 9 2 49 44
Octal 351 164 160 0 62 64 11 2 111 104
Binary 11101001 1110100 1110000 0 110010 110100 1001 10 1001001 1000100

Color Harmonies of #E97470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97470

Black with #E97470

Text Example


Text Example

White with #E97470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97470; }

 p { color: rgb(233,116,112); }

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

background-color css

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

 a { background-color: rgb(233,116,112); }

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

border-color css

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

 span { border-color: rgb(233,116,112); }

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