Html Css Color HEX #E97A70 Geraldine

📋 copy color: '#E97A70'

red 233 ◦ green 122 ◦ blue 112

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

Shades of Geraldine #E97A70

Tints of Geraldine #E97A70

RGB

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

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

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

R = 49.89%
G = 26.12%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E97A70 (or 0xE97A70) is known color: Geraldine. HEX triplet: E9, 7A and 70. RGB value is (233,122,112). Sum of RGB (Red+Green+Blue) = 233+122+112=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A70 is #16858F. Grayscale: #9A9A9A. Windows color (decimal): -1475984 or 7371497. OLE color: 7371497.

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

Color convert

RGB 233 122 112 -
CMYK 0 0.48 0.52 0.09
HSL 4.96º 0.73% 0.68% -
HSV(B) 4.96º 0.52% 0.91% -
XYZ 43.49 32.41 19.29 -
YUV 154.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 233 122 112 0 0.48 0.52 0.09 4.96 0.73 0.68
Hex E9 7A 70 0 30 34 9 5 49 44
Octal 351 172 160 0 60 64 11 5 111 104
Binary 11101001 1111010 1110000 0 110000 110100 1001 101 1001001 1000100

Color Harmonies of #E97A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97A70

Black with #E97A70

Text Example


Text Example

White with #E97A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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