Html Css Color HEX #E86475 Froly

📋 copy color: '#E86475'

red 232 ◦ green 100 ◦ blue 117

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

Shades of Froly #E86475

Tints of Froly #E86475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 51.67%
G = 22.27%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E86475 (or 0xE86475) is known color: Froly. HEX triplet: E8, 64 and 75. RGB value is (232,100,117). Sum of RGB (Red+Green+Blue) = 232+100+117=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86475 is #179B8A. Grayscale: #8D8D8D. Windows color (decimal): -1547147 or 7693544. OLE color: 7693544.

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

Color convert

RGB 232 100 117 -
CMYK 0 0.57 0.50 0.09
HSL 352.27º 0.74% 0.65% -
HSV(B) 352.27º 0.57% 0.91% -
XYZ 41.05 27.55 19.98 -
YUV 141.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 232 100 117 0 0.57 0.50 0.09 352.27 0.74 0.65
Hex E8 64 75 0 39 32 9 160 4A 41
Octal 350 144 165 0 71 62 11 540 112 101
Binary 11101000 1100100 1110101 0 111001 110010 1001 101100000 1001010 1000001

Color Harmonies of #E86475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86475

Black with #E86475

Text Example


Text Example

White with #E86475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86475; }

 p { color: rgb(232,100,117); }

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

background-color css

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

 a { background-color: rgb(232,100,117); }

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

border-color css

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

 span { border-color: rgb(232,100,117); }

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