Html Css Color HEX #E85D6F Froly

📋 copy color: '#E85D6F'

red 232 ◦ green 93 ◦ blue 111

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

Shades of Froly #E85D6F

Tints of Froly #E85D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.33%

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 53.21%
G = 21.33%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E85D6F (or 0xE85D6F) is known color: Froly. HEX triplet: E8, 5D and 6F. RGB value is (232,93,111). Sum of RGB (Red+Green+Blue) = 232+93+111=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D6F is #17A290. Grayscale: #888888. Windows color (decimal): -1548945 or 7298536. OLE color: 7298536.

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

Color convert

RGB 232 93 111 -
CMYK 0 0.60 0.52 0.09
HSL 352.23º 0.75% 0.64% -
HSV(B) 352.23º 0.6% 0.91% -
XYZ 40.06 26.13 17.97 -
YUV 136.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 232 93 111 0 0.60 0.52 0.09 352.23 0.75 0.64
Hex E8 5D 6F 0 3C 34 9 160 4B 40
Octal 350 135 157 0 74 64 11 540 113 100
Binary 11101000 1011101 1101111 0 111100 110100 1001 101100000 1001011 1000000

Color Harmonies of #E85D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D6F

Black with #E85D6F

Text Example


Text Example

White with #E85D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D6F; }

 p { color: rgb(232,93,111); }

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

background-color css

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

 a { background-color: rgb(232,93,111); }

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

border-color css

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

 span { border-color: rgb(232,93,111); }

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