Html Css Color HEX #E85D5E Froly

📋 copy color: '#E85D5E'

red 232 ◦ green 93 ◦ blue 94

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

Shades of Froly #E85D5E

Tints of Froly #E85D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 55.37%
G = 22.2%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E85D5E (or 0xE85D5E) is known color: Froly. HEX triplet: E8, 5D and 5E. RGB value is (232,93,94). Sum of RGB (Red+Green+Blue) = 232+93+94=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D5E is #17A2A1. Grayscale: #868686. Windows color (decimal): -1548962 or 6184424. OLE color: 6184424.

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

Color convert

RGB 232 93 94 -
CMYK 0 0.60 0.59 0.09
HSL 359.57º 0.75% 0.64% -
HSV(B) 359.57º 0.6% 0.91% -
XYZ 39.21 25.79 13.5 -
YUV 134.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 232 93 94 0 0.60 0.59 0.09 359.57 0.75 0.64
Hex E8 5D 5E 0 3C 3B 9 168 4B 40
Octal 350 135 136 0 74 73 11 550 113 100
Binary 11101000 1011101 1011110 0 111100 111011 1001 101101000 1001011 1000000

Color Harmonies of #E85D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D5E

Black with #E85D5E

Text Example


Text Example

White with #E85D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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