Html Css Color HEX #E97370 Geraldine

📋 copy color: '#E97370'

red 233 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #E97370

Tints of Geraldine #E97370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25%

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

R = 50.65%
G = 25%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E97370 (or 0xE97370) is known color: Geraldine. HEX triplet: E9, 73 and 70. RGB value is (233,115,112). Sum of RGB (Red+Green+Blue) = 233+115+112=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E97370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97370 is #168C8F. Grayscale: #969696. Windows color (decimal): -1477776 or 7369705. OLE color: 7369705.

HSL color Cylindrical-coordinate representation of color #E97370: hue angle of 1.49º 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 #E97370 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 115 112 -
CMYK 0 0.51 0.52 0.09
HSL 1.49º 0.73% 0.68% -
HSV(B) 1.49º 0.52% 0.91% -
XYZ 42.66 30.75 19.02 -
YUV 149.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 233 115 112 0 0.51 0.52 0.09 1.49 0.73 0.68
Hex E9 73 70 0 33 34 9 1 49 44
Octal 351 163 160 0 63 64 11 1 111 104
Binary 11101001 1110011 1110000 0 110011 110100 1001 1 1001001 1000100

Color Harmonies of #E97370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97370

Black with #E97370

Text Example


Text Example

White with #E97370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97370; }

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

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

background-color css

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

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

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

border-color css

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

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

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