Html Css Color HEX #E06E7E Froly

📋 copy color: '#E06E7E'

red 224 ◦ green 110 ◦ blue 126

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

Shades of Froly #E06E7E

Tints of Froly #E06E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 48.7%
G = 23.91%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E06E7E (or 0xE06E7E) is known color: Froly. HEX triplet: E0, 6E and 7E. RGB value is (224,110,126). Sum of RGB (Red+Green+Blue) = 224+110+126=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E7E is #1F9181. Grayscale: #919191. Windows color (decimal): -2068866 or 8285920. OLE color: 8285920.

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

Color convert

RGB 224 110 126 -
CMYK 0 0.51 0.44 0.12
HSL 351.58º 0.65% 0.65% -
HSV(B) 351.58º 0.51% 0.88% -
XYZ 40.08 28.51 23.13 -
YUV 145.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 224 110 126 0 0.51 0.44 0.12 351.58 0.65 0.65
Hex E0 6E 7E 0 33 2C C 160 41 41
Octal 340 156 176 0 63 54 14 540 101 101
Binary 11100000 1101110 1111110 0 110011 101100 1100 101100000 1000001 1000001

Color Harmonies of #E06E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E7E

Black with #E06E7E

Text Example


Text Example

White with #E06E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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