Html Css Color HEX #E06971 Froly

📋 copy color: '#E06971'

red 224 ◦ green 105 ◦ blue 113

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

Shades of Froly #E06971

Tints of Froly #E06971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.76%

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

R = 50.68%
G = 23.76%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E06971 (or 0xE06971) is known color: Froly. HEX triplet: E0, 69 and 71. RGB value is (224,105,113). Sum of RGB (Red+Green+Blue) = 224+105+113=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06971 is #1F968E. Grayscale: #8D8D8D. Windows color (decimal): -2070159 or 7432672. OLE color: 7432672.

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

Color convert

RGB 224 105 113 -
CMYK 0 0.53 0.50 0.12
HSL 355.97º 0.66% 0.65% -
HSV(B) 355.97º 0.53% 0.88% -
XYZ 38.77 27.14 18.82 -
YUV 141.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 224 105 113 0 0.53 0.50 0.12 355.97 0.66 0.65
Hex E0 69 71 0 35 32 C 164 42 41
Octal 340 151 161 0 65 62 14 544 102 101
Binary 11100000 1101001 1110001 0 110101 110010 1100 101100100 1000010 1000001

Color Harmonies of #E06971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06971

Black with #E06971

Text Example


Text Example

White with #E06971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06971; }

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

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

background-color css

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

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

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

border-color css

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

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

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