Html Css Color HEX #E06271 Froly

📋 copy color: '#E06271'

red 224 ◦ green 98 ◦ blue 113

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

Shades of Froly #E06271

Tints of Froly #E06271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

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

R = 51.49%
G = 22.53%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E06271 (or 0xE06271) is known color: Froly. HEX triplet: E0, 62 and 71. RGB value is (224,98,113). Sum of RGB (Red+Green+Blue) = 224+98+113=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E06271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06271 is #1F9D8E. Grayscale: #898989. Windows color (decimal): -2071951 or 7430880. OLE color: 7430880.

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

Color convert

RGB 224 98 113 -
CMYK 0 0.56 0.50 0.12
HSL 352.86º 0.67% 0.63% -
HSV(B) 352.86º 0.56% 0.88% -
XYZ 38.09 25.77 18.59 -
YUV 137.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 224 98 113 0 0.56 0.50 0.12 352.86 0.67 0.63
Hex E0 62 71 0 38 32 C 161 43 3F
Octal 340 142 161 0 70 62 14 541 103 77
Binary 11100000 1100010 1110001 0 111000 110010 1100 101100001 1000011 111111

Color Harmonies of #E06271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06271

Black with #E06271

Text Example


Text Example

White with #E06271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06271; }

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

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

background-color css

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

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

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

border-color css

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

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

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