Html Css Color HEX #E0706F Geraldine

📋 copy color: '#E0706F'

red 224 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #E0706F

Tints of Geraldine #E0706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 50.11%
G = 25.06%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0706F (or 0xE0706F) is known color: Geraldine. HEX triplet: E0, 70 and 6F. RGB value is (224,112,111). Sum of RGB (Red+Green+Blue) = 224+112+111=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0706F is #1F8F90. Grayscale: #919191. Windows color (decimal): -2068369 or 7303392. OLE color: 7303392.

HSL color Cylindrical-coordinate representation of color #E0706F: hue angle of 0.53º 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 #E0706F is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 111 -
CMYK 0 0.50 0.50 0.12
HSL 0.53º 0.65% 0.66% -
HSV(B) 0.53º 0.5% 0.88% -
XYZ 39.4 28.58 18.48 -
YUV 145.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 224 112 111 0 0.50 0.50 0.12 0.53 0.65 0.66
Hex E0 70 6F 0 32 32 C 1 41 42
Octal 340 160 157 0 62 62 14 1 101 102
Binary 11100000 1110000 1101111 0 110010 110010 1100 1 1000001 1000010

Color Harmonies of #E0706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0706F

Black with #E0706F

Text Example


Text Example

White with #E0706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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