Html Css Color HEX #E97A72 Geraldine

📋 copy color: '#E97A72'

red 233 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #E97A72

Tints of Geraldine #E97A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.01%

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

R = 49.68%
G = 26.01%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E97A72 (or 0xE97A72) is known color: Geraldine. HEX triplet: E9, 7A and 72. RGB value is (233,122,114). Sum of RGB (Red+Green+Blue) = 233+122+114=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A72 is #16858D. Grayscale: #9A9A9A. Windows color (decimal): -1475982 or 7502569. OLE color: 7502569.

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

Color convert

RGB 233 122 114 -
CMYK 0 0.48 0.51 0.09
HSL 4.03º 0.73% 0.68% -
HSV(B) 4.03º 0.51% 0.91% -
XYZ 43.6 32.46 19.89 -
YUV 154.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 233 122 114 0 0.48 0.51 0.09 4.03 0.73 0.68
Hex E9 7A 72 0 30 33 9 4 49 44
Octal 351 172 162 0 60 63 11 4 111 104
Binary 11101001 1111010 1110010 0 110000 110011 1001 100 1001001 1000100

Color Harmonies of #E97A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97A72

Black with #E97A72

Text Example


Text Example

White with #E97A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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