Html Css Color HEX #E06871 Froly

📋 copy color: '#E06871'

red 224 ◦ green 104 ◦ blue 113

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

Shades of Froly #E06871

Tints of Froly #E06871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.58%

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

R = 50.79%
G = 23.58%
B = 25.62%

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

#E06871 (or 0xE06871) is known color: Froly. HEX triplet: E0, 68 and 71. RGB value is (224,104,113). Sum of RGB (Red+Green+Blue) = 224+104+113=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E06871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06871 is #1F978E. Grayscale: #8C8C8C. Windows color (decimal): -2070415 or 7432416. OLE color: 7432416.

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

Color convert

RGB 224 104 113 -
CMYK 0 0.54 0.50 0.12
HSL 355.5º 0.66% 0.64% -
HSV(B) 355.5º 0.54% 0.88% -
XYZ 38.67 26.94 18.78 -
YUV 140.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 224 104 113 0 0.54 0.50 0.12 355.5 0.66 0.64
Hex E0 68 71 0 36 32 C 164 42 40
Octal 340 150 161 0 66 62 14 544 102 100
Binary 11100000 1101000 1110001 0 110110 110010 1100 101100100 1000010 1000000

Color Harmonies of #E06871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06871

Black with #E06871

Text Example


Text Example

White with #E06871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06871; }

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

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

background-color css

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

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

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

border-color css

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

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

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