Html Css Color HEX #E0706E Geraldine

📋 copy color: '#E0706E'

red 224 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #E0706E

Tints of Geraldine #E0706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.66%

R = 50.22%
G = 25.11%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0706E (or 0xE0706E) is known color: Geraldine. HEX triplet: E0, 70 and 6E. RGB value is (224,112,110). Sum of RGB (Red+Green+Blue) = 224+112+110=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0706E is #1F8F91. Grayscale: #919191. Windows color (decimal): -2068370 or 7237856. OLE color: 7237856.

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

Color convert

RGB 224 112 110 -
CMYK 0 0.50 0.51 0.12
HSL 1.05º 0.65% 0.65% -
HSV(B) 1.05º 0.51% 0.88% -
XYZ 39.35 28.56 18.19 -
YUV 145.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 224 112 110 0 0.50 0.51 0.12 1.05 0.65 0.65
Hex E0 70 6E 0 32 33 C 1 41 41
Octal 340 160 156 0 62 63 14 1 101 101
Binary 11100000 1110000 1101110 0 110010 110011 1100 1 1000001 1000001

Color Harmonies of #E0706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0706E

Black with #E0706E

Text Example


Text Example

White with #E0706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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