Html Css Color HEX #E97572 Geraldine

📋 copy color: '#E97572'

red 233 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #E97572

Tints of Geraldine #E97572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 50.22%
G = 25.22%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E97572 (or 0xE97572) is known color: Geraldine. HEX triplet: E9, 75 and 72. RGB value is (233,117,114). Sum of RGB (Red+Green+Blue) = 233+117+114=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E97572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97572 is #168A8D. Grayscale: #979797. Windows color (decimal): -1477262 or 7501289. OLE color: 7501289.

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

Color convert

RGB 233 117 114 -
CMYK 0 0.50 0.51 0.09
HSL 1.51º 0.73% 0.68% -
HSV(B) 1.51º 0.51% 0.91% -
XYZ 43 31.26 19.69 -
YUV 151.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 233 117 114 0 0.50 0.51 0.09 1.51 0.73 0.68
Hex E9 75 72 0 32 33 9 2 49 44
Octal 351 165 162 0 62 63 11 2 111 104
Binary 11101001 1110101 1110010 0 110010 110011 1001 10 1001001 1000100

Color Harmonies of #E97572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97572

Black with #E97572

Text Example


Text Example

White with #E97572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97572; }

 p { color: rgb(233,117,114); }

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

background-color css

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

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

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

border-color css

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

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

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