Html Css Color HEX #E86178 Froly

📋 copy color: '#E86178'

red 232 ◦ green 97 ◦ blue 120

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

Shades of Froly #E86178

Tints of Froly #E86178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 51.67%
G = 21.6%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E86178 (or 0xE86178) is known color: Froly. HEX triplet: E8, 61 and 78. RGB value is (232,97,120). Sum of RGB (Red+Green+Blue) = 232+97+120=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86178 is #179E87. Grayscale: #8C8C8C. Windows color (decimal): -1547912 or 7889384. OLE color: 7889384.

HSL color Cylindrical-coordinate representation of color #E86178: hue angle of 349.78º degrees, saturation: 0.75, 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 #E86178 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 97 120 -
CMYK 0 0.58 0.48 0.09
HSL 349.78º 0.75% 0.65% -
HSV(B) 349.78º 0.58% 0.91% -
XYZ 40.94 27.06 20.83 -
YUV 139.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 232 97 120 0 0.58 0.48 0.09 349.78 0.75 0.65
Hex E8 61 78 0 3A 30 9 15E 4B 41
Octal 350 141 170 0 72 60 11 536 113 101
Binary 11101000 1100001 1111000 0 111010 110000 1001 101011110 1001011 1000001

Color Harmonies of #E86178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86178

Black with #E86178

Text Example


Text Example

White with #E86178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86178; }

 p { color: rgb(232,97,120); }

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

background-color css

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

 a { background-color: rgb(232,97,120); }

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

border-color css

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

 span { border-color: rgb(232,97,120); }

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