Html Css Color HEX #E86271 Froly

📋 copy color: '#E86271'

red 232 ◦ green 98 ◦ blue 113

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

Shades of Froly #E86271

Tints of Froly #E86271

RGB

 RED value IS 232 (91.02% from 255) = 52.37%

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

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

R = 52.37%
G = 22.12%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E86271 (or 0xE86271) is known color: Froly. HEX triplet: E8, 62 and 71. RGB value is (232,98,113). Sum of RGB (Red+Green+Blue) = 232+98+113=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E86271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86271 is #179D8E. Grayscale: #8B8B8B. Windows color (decimal): -1547663 or 7430888. OLE color: 7430888.

HSL color Cylindrical-coordinate representation of color #E86271: hue angle of 353.28º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86271 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 113 -
CMYK 0 0.58 0.51 0.09
HSL 353.28º 0.74% 0.65% -
HSV(B) 353.28º 0.58% 0.91% -
XYZ 40.63 27.08 18.71 -
YUV 139.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 232 98 113 0 0.58 0.51 0.09 353.28 0.74 0.65
Hex E8 62 71 0 3A 33 9 161 4A 41
Octal 350 142 161 0 72 63 11 541 112 101
Binary 11101000 1100010 1110001 0 111010 110011 1001 101100001 1001010 1000001

Color Harmonies of #E86271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86271

Black with #E86271

Text Example


Text Example

White with #E86271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86271; }

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

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

background-color css

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

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

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

border-color css

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

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

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