Html Css Color HEX #E85F76 Froly

📋 copy color: '#E85F76'

red 232 ◦ green 95 ◦ blue 118

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

Shades of Froly #E85F76

Tints of Froly #E85F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 52.13%
G = 21.35%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E85F76 (or 0xE85F76) is known color: Froly. HEX triplet: E8, 5F and 76. RGB value is (232,95,118). Sum of RGB (Red+Green+Blue) = 232+95+118=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F76 is #17A089. Grayscale: #8A8A8A. Windows color (decimal): -1548426 or 7757800. OLE color: 7757800.

HSL color Cylindrical-coordinate representation of color #E85F76: hue angle of 349.93º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85F76 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 95 118 -
CMYK 0 0.59 0.49 0.09
HSL 349.93º 0.75% 0.64% -
HSV(B) 349.93º 0.59% 0.91% -
XYZ 40.64 26.65 20.14 -
YUV 138.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 232 95 118 0 0.59 0.49 0.09 349.93 0.75 0.64
Hex E8 5F 76 0 3B 31 9 15E 4B 40
Octal 350 137 166 0 73 61 11 536 113 100
Binary 11101000 1011111 1110110 0 111011 110001 1001 101011110 1001011 1000000

Color Harmonies of #E85F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F76

Black with #E85F76

Text Example


Text Example

White with #E85F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F76; }

 p { color: rgb(232,95,118); }

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

background-color css

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

 a { background-color: rgb(232,95,118); }

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

border-color css

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

 span { border-color: rgb(232,95,118); }

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