Html Css Color HEX #E0756F Geraldine

📋 copy color: '#E0756F'

red 224 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #E0756F

Tints of Geraldine #E0756F

RGB

 RED value IS 224 (87.89% from 255) = 49.56%

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 49.56%
G = 25.88%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0756F (or 0xE0756F) is known color: Geraldine. HEX triplet: E0, 75 and 6F. RGB value is (224,117,111). Sum of RGB (Red+Green+Blue) = 224+117+111=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0756F is #1F8A90. Grayscale: #949494. Windows color (decimal): -2067089 or 7304672. OLE color: 7304672.

HSL color Cylindrical-coordinate representation of color #E0756F: hue angle of 3.19º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0756F is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 111 -
CMYK 0 0.48 0.50 0.12
HSL 3.19º 0.65% 0.66% -
HSV(B) 3.19º 0.5% 0.88% -
XYZ 39.97 29.72 18.67 -
YUV 148.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 224 117 111 0 0.48 0.50 0.12 3.19 0.65 0.66
Hex E0 75 6F 0 30 32 C 3 41 42
Octal 340 165 157 0 60 62 14 3 101 102
Binary 11100000 1110101 1101111 0 110000 110010 1100 11 1000001 1000010

Color Harmonies of #E0756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0756F

Black with #E0756F

Text Example


Text Example

White with #E0756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0756F; }

 p { color: rgb(224,117,111); }

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

background-color css

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

 a { background-color: rgb(224,117,111); }

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

border-color css

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

 span { border-color: rgb(224,117,111); }

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