Html Css Color HEX #E97D7C Geraldine

📋 copy color: '#E97D7C'

red 233 ◦ green 125 ◦ blue 124

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

Shades of Geraldine #E97D7C

Tints of Geraldine #E97D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 48.34%
G = 25.93%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E97D7C (or 0xE97D7C) is known color: Geraldine. HEX triplet: E9, 7D and 7C. RGB value is (233,125,124). Sum of RGB (Red+Green+Blue) = 233+125+124=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D7C is #168283. Grayscale: #9D9D9D. Windows color (decimal): -1475204 or 8158697. OLE color: 8158697.

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

Color convert

RGB 233 125 124 -
CMYK 0 0.46 0.47 0.09
HSL 0.55º 0.71% 0.7% -
HSV(B) 0.55º 0.47% 0.91% -
XYZ 44.58 33.45 23.18 -
YUV 157.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 233 125 124 0 0.46 0.47 0.09 0.55 0.71 0.7
Hex E9 7D 7C 0 2E 2F 9 1 47 46
Octal 351 175 174 0 56 57 11 1 107 106
Binary 11101001 1111101 1111100 0 101110 101111 1001 1 1000111 1000110

Color Harmonies of #E97D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97D7C

Black with #E97D7C

Text Example


Text Example

White with #E97D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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