Html Css Color HEX #E85864 Froly

📋 copy color: '#E85864'

red 232 ◦ green 88 ◦ blue 100

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

Shades of Froly #E85864

Tints of Froly #E85864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.95%

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 55.24%
G = 20.95%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E85864 (or 0xE85864) is known color: Froly. HEX triplet: E8, 58 and 64. RGB value is (232,88,100). Sum of RGB (Red+Green+Blue) = 232+88+100=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E85864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85864 is #17A79B. Grayscale: #848484. Windows color (decimal): -1550236 or 6576360. OLE color: 6576360.

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

Color convert

RGB 232 88 100 -
CMYK 0 0.62 0.57 0.09
HSL 355º 0.76% 0.63% -
HSV(B) 355º 0.62% 0.91% -
XYZ 39.07 25.06 14.83 -
YUV 132.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 232 88 100 0 0.62 0.57 0.09 355 0.76 0.63
Hex E8 58 64 0 3E 39 9 163 4C 3F
Octal 350 130 144 0 76 71 11 543 114 77
Binary 11101000 1011000 1100100 0 111110 111001 1001 101100011 1001100 111111

Color Harmonies of #E85864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85864

Black with #E85864

Text Example


Text Example

White with #E85864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85864; }

 p { color: rgb(232,88,100); }

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

background-color css

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

 a { background-color: rgb(232,88,100); }

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

border-color css

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

 span { border-color: rgb(232,88,100); }

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