Html Css Color HEX #E97373 Geraldine

📋 copy color: '#E97373'

red 233 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #E97373

Tints of Geraldine #E97373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.84%

R = 50.32%
G = 24.84%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E97373 (or 0xE97373) is known color: Geraldine. HEX triplet: E9, 73 and 73. RGB value is (233,115,115). Sum of RGB (Red+Green+Blue) = 233+115+115=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E97373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97373 is #168C8C. Grayscale: #969696. Windows color (decimal): -1477773 or 7566313. OLE color: 7566313.

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

Color convert

RGB 233 115 115 -
CMYK 0 0.51 0.51 0.09
HSL 0.73% 0.68% -
HSV(B) 0.51% 0.91% -
XYZ 42.83 30.82 19.91 -
YUV 150.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 233 115 115 0 0.51 0.51 0.09 0 0.73 0.68
Hex E9 73 73 0 33 33 9 0 49 44
Octal 351 163 163 0 63 63 11 0 111 104
Binary 11101001 1110011 1110011 0 110011 110011 1001 0 1001001 1000100

Color Harmonies of #E97373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97373

Black with #E97373

Text Example


Text Example

White with #E97373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97373; }

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

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

background-color css

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

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

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

border-color css

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

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

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