Html Css Color HEX #E06671 Froly

📋 copy color: '#E06671'

red 224 ◦ green 102 ◦ blue 113

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

Shades of Froly #E06671

Tints of Froly #E06671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

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

R = 51.03%
G = 23.23%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E06671 (or 0xE06671) is known color: Froly. HEX triplet: E0, 66 and 71. RGB value is (224,102,113). Sum of RGB (Red+Green+Blue) = 224+102+113=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E06671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06671 is #1F998E. Grayscale: #8B8B8B. Windows color (decimal): -2070927 or 7431904. OLE color: 7431904.

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

Color convert

RGB 224 102 113 -
CMYK 0 0.54 0.50 0.12
HSL 354.59º 0.66% 0.64% -
HSV(B) 354.59º 0.54% 0.88% -
XYZ 38.47 26.54 18.72 -
YUV 139.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 224 102 113 0 0.54 0.50 0.12 354.59 0.66 0.64
Hex E0 66 71 0 36 32 C 163 42 40
Octal 340 146 161 0 66 62 14 543 102 100
Binary 11100000 1100110 1110001 0 110110 110010 1100 101100011 1000010 1000000

Color Harmonies of #E06671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06671

Black with #E06671

Text Example


Text Example

White with #E06671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06671; }

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

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

background-color css

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

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

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

border-color css

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

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

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