Html Css Color HEX #E85A6E Froly

📋 copy color: '#E85A6E'

red 232 ◦ green 90 ◦ blue 110

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

Shades of Froly #E85A6E

Tints of Froly #E85A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 53.7%
G = 20.83%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E85A6E (or 0xE85A6E) is known color: Froly. HEX triplet: E8, 5A and 6E. RGB value is (232,90,110). Sum of RGB (Red+Green+Blue) = 232+90+110=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A6E is #17A591. Grayscale: #868686. Windows color (decimal): -1549714 or 7232232. OLE color: 7232232.

HSL color Cylindrical-coordinate representation of color #E85A6E: hue angle of 351.55º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A6E is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 110 -
CMYK 0 0.61 0.53 0.09
HSL 351.55º 0.76% 0.63% -
HSV(B) 351.55º 0.61% 0.91% -
XYZ 39.75 25.59 17.6 -
YUV 134.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 232 90 110 0 0.61 0.53 0.09 351.55 0.76 0.63
Hex E8 5A 6E 0 3D 35 9 160 4C 3F
Octal 350 132 156 0 75 65 11 540 114 77
Binary 11101000 1011010 1101110 0 111101 110101 1001 101100000 1001100 111111

Color Harmonies of #E85A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A6E

Black with #E85A6E

Text Example


Text Example

White with #E85A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A6E; }

 p { color: rgb(232,90,110); }

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

background-color css

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

 a { background-color: rgb(232,90,110); }

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

border-color css

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

 span { border-color: rgb(232,90,110); }

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