Html Css Color HEX #E86371 Froly

📋 copy color: '#E86371'

red 232 ◦ green 99 ◦ blue 113

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

Shades of Froly #E86371

Tints of Froly #E86371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

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

R = 52.25%
G = 22.3%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E86371 (or 0xE86371) is known color: Froly. HEX triplet: E8, 63 and 71. RGB value is (232,99,113). Sum of RGB (Red+Green+Blue) = 232+99+113=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E86371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86371 is #179C8E. Grayscale: #8C8C8C. Windows color (decimal): -1547407 or 7431144. OLE color: 7431144.

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

Color convert

RGB 232 99 113 -
CMYK 0 0.57 0.51 0.09
HSL 353.68º 0.74% 0.65% -
HSV(B) 353.68º 0.57% 0.91% -
XYZ 40.72 27.27 18.74 -
YUV 140.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 232 99 113 0 0.57 0.51 0.09 353.68 0.74 0.65
Hex E8 63 71 0 39 33 9 162 4A 41
Octal 350 143 161 0 71 63 11 542 112 101
Binary 11101000 1100011 1110001 0 111001 110011 1001 101100010 1001010 1000001

Color Harmonies of #E86371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86371

Black with #E86371

Text Example


Text Example

White with #E86371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86371; }

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

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

background-color css

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

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

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

border-color css

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

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

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