Html Css Color HEX #E97268 Geraldine

📋 copy color: '#E97268'

red 233 ◦ green 114 ◦ blue 104

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

Shades of Geraldine #E97268

Tints of Geraldine #E97268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 51.66%
G = 25.28%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E97268 (or 0xE97268) is known color: Geraldine. HEX triplet: E9, 72 and 68. RGB value is (233,114,104). Sum of RGB (Red+Green+Blue) = 233+114+104=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E97268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97268 is #168D97. Grayscale: #949494. Windows color (decimal): -1478040 or 6845161. OLE color: 6845161.

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

Color convert

RGB 233 114 104 -
CMYK 0 0.51 0.55 0.09
HSL 4.65º 0.75% 0.66% -
HSV(B) 4.65º 0.55% 0.91% -
XYZ 42.12 30.36 16.74 -
YUV 148.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 233 114 104 0 0.51 0.55 0.09 4.65 0.75 0.66
Hex E9 72 68 0 33 37 9 5 4B 42
Octal 351 162 150 0 63 67 11 5 113 102
Binary 11101001 1110010 1101000 0 110011 110111 1001 101 1001011 1000010

Color Harmonies of #E97268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97268

Black with #E97268

Text Example


Text Example

White with #E97268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97268; }

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

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

background-color css

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

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

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

border-color css

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

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

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