Html Css Color HEX #E06066 Froly

📋 copy color: '#E06066'

red 224 ◦ green 96 ◦ blue 102

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

Shades of Froly #E06066

Tints of Froly #E06066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 102 (40.23% from 255) = 24.17%

R = 53.08%
G = 22.75%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E06066 (or 0xE06066) is known color: Froly. HEX triplet: E0, 60 and 66. RGB value is (224,96,102). Sum of RGB (Red+Green+Blue) = 224+96+102=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E06066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06066 is #1F9F99. Grayscale: #878787. Windows color (decimal): -2072474 or 6709472. OLE color: 6709472.

HSL color Cylindrical-coordinate representation of color #E06066: hue angle of 357.19º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06066 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 102 -
CMYK 0 0.57 0.54 0.12
HSL 357.19º 0.67% 0.63% -
HSV(B) 357.19º 0.57% 0.88% -
XYZ 37.32 25.17 15.46 -
YUV 134.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 224 96 102 0 0.57 0.54 0.12 357.19 0.67 0.63
Hex E0 60 66 0 39 36 C 165 43 3F
Octal 340 140 146 0 71 66 14 545 103 77
Binary 11100000 1100000 1100110 0 111001 110110 1100 101100101 1000011 111111

Color Harmonies of #E06066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06066

Black with #E06066

Text Example


Text Example

White with #E06066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06066; }

 p { color: rgb(224,96,102); }

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

background-color css

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

 a { background-color: rgb(224,96,102); }

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

border-color css

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

 span { border-color: rgb(224,96,102); }

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