Html Css Color HEX #E85D6C Froly

📋 copy color: '#E85D6C'

red 232 ◦ green 93 ◦ blue 108

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

Shades of Froly #E85D6C

Tints of Froly #E85D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 53.58%
G = 21.48%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E85D6C (or 0xE85D6C) is known color: Froly. HEX triplet: E8, 5D and 6C. RGB value is (232,93,108). Sum of RGB (Red+Green+Blue) = 232+93+108=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D6C is #17A293. Grayscale: #888888. Windows color (decimal): -1548948 or 7101928. OLE color: 7101928.

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

Color convert

RGB 232 93 108 -
CMYK 0 0.60 0.53 0.09
HSL 353.53º 0.75% 0.64% -
HSV(B) 353.53º 0.6% 0.91% -
XYZ 39.9 26.07 17.12 -
YUV 136.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 232 93 108 0 0.60 0.53 0.09 353.53 0.75 0.64
Hex E8 5D 6C 0 3C 35 9 162 4B 40
Octal 350 135 154 0 74 65 11 542 113 100
Binary 11101000 1011101 1101100 0 111100 110101 1001 101100010 1001011 1000000

Color Harmonies of #E85D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D6C

Black with #E85D6C

Text Example


Text Example

White with #E85D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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