Html Css Color HEX #E97C70 Geraldine

📋 copy color: '#E97C70'

red 233 ◦ green 124 ◦ blue 112

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

Shades of Geraldine #E97C70

Tints of Geraldine #E97C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 49.68%
G = 26.44%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E97C70 (or 0xE97C70) is known color: Geraldine. HEX triplet: E9, 7C and 70. RGB value is (233,124,112). Sum of RGB (Red+Green+Blue) = 233+124+112=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C70 is #16838F. Grayscale: #9B9B9B. Windows color (decimal): -1475472 or 7372009. OLE color: 7372009.

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

Color convert

RGB 233 124 112 -
CMYK 0 0.47 0.52 0.09
HSL 5.95º 0.73% 0.68% -
HSV(B) 5.95º 0.52% 0.91% -
XYZ 43.74 32.91 19.38 -
YUV 155.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 233 124 112 0 0.47 0.52 0.09 5.95 0.73 0.68
Hex E9 7C 70 0 2F 34 9 6 49 44
Octal 351 174 160 0 57 64 11 6 111 104
Binary 11101001 1111100 1110000 0 101111 110100 1001 110 1001001 1000100

Color Harmonies of #E97C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97C70

Black with #E97C70

Text Example


Text Example

White with #E97C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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