Html Css Color HEX #E97170 Geraldine

📋 copy color: '#E97170'

red 233 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #E97170

Tints of Geraldine #E97170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.67%

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

R = 50.87%
G = 24.67%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E97170 (or 0xE97170) is known color: Geraldine. HEX triplet: E9, 71 and 70. RGB value is (233,113,112). Sum of RGB (Red+Green+Blue) = 233+113+112=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E97170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97170 is #168E8F. Grayscale: #949494. Windows color (decimal): -1478288 or 7369193. OLE color: 7369193.

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

Color convert

RGB 233 113 112 -
CMYK 0 0.52 0.52 0.09
HSL 0.5º 0.73% 0.68% -
HSV(B) 0.5º 0.52% 0.91% -
XYZ 42.43 30.3 18.94 -
YUV 148.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 233 113 112 0 0.52 0.52 0.09 0.5 0.73 0.68
Hex E9 71 70 0 34 34 9 0 49 44
Octal 351 161 160 0 64 64 11 0 111 104
Binary 11101001 1110001 1110000 0 110100 110100 1001 0 1001001 1000100

Color Harmonies of #E97170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97170

Black with #E97170

Text Example


Text Example

White with #E97170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97170; }

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

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

background-color css

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

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

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

border-color css

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

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

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