Html Css Color HEX #E97C75 Geraldine

📋 copy color: '#E97C75'

red 233 ◦ green 124 ◦ blue 117

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

Shades of Geraldine #E97C75

Tints of Geraldine #E97C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 49.16%
G = 26.16%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E97C75 (or 0xE97C75) is known color: Geraldine. HEX triplet: E9, 7C and 75. RGB value is (233,124,117). Sum of RGB (Red+Green+Blue) = 233+124+117=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C75 is #16838A. Grayscale: #9B9B9B. Windows color (decimal): -1475467 or 7699689. OLE color: 7699689.

HSL color Cylindrical-coordinate representation of color #E97C75: hue angle of 3.62º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E97C75 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 124 117 -
CMYK 0 0.47 0.50 0.09
HSL 3.62º 0.73% 0.69% -
HSV(B) 3.62º 0.5% 0.91% -
XYZ 44.02 33.02 20.88 -
YUV 155.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 233 124 117 0 0.47 0.50 0.09 3.62 0.73 0.69
Hex E9 7C 75 0 2F 32 9 4 48 45
Octal 351 174 165 0 57 62 11 4 110 105
Binary 11101001 1111100 1110101 0 101111 110010 1001 100 1001000 1000101

Color Harmonies of #E97C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97C75

Black with #E97C75

Text Example


Text Example

White with #E97C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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