Html Css Color HEX #E06C71 Froly

📋 copy color: '#E06C71'

red 224 ◦ green 108 ◦ blue 113

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

Shades of Froly #E06C71

Tints of Froly #E06C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.27%

 BLUE value IS 113 (44.53% from 255) = 25.39%

R = 50.34%
G = 24.27%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E06C71 (or 0xE06C71) is known color: Froly. HEX triplet: E0, 6C and 71. RGB value is (224,108,113). Sum of RGB (Red+Green+Blue) = 224+108+113=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C71 is #1F938E. Grayscale: #8F8F8F. Windows color (decimal): -2069391 or 7433440. OLE color: 7433440.

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

Color convert

RGB 224 108 113 -
CMYK 0 0.52 0.50 0.12
HSL 357.41º 0.65% 0.65% -
HSV(B) 357.41º 0.52% 0.88% -
XYZ 39.08 27.76 18.92 -
YUV 143.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 224 108 113 0 0.52 0.50 0.12 357.41 0.65 0.65
Hex E0 6C 71 0 34 32 C 165 41 41
Octal 340 154 161 0 64 62 14 545 101 101
Binary 11100000 1101100 1110001 0 110100 110010 1100 101100101 1000001 1000001

Color Harmonies of #E06C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C71

Black with #E06C71

Text Example


Text Example

White with #E06C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C71; }

 p { color: rgb(224,108,113); }

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

background-color css

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

 a { background-color: rgb(224,108,113); }

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

border-color css

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

 span { border-color: rgb(224,108,113); }

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