Html Css Color HEX #E85C6E Froly

📋 copy color: '#E85C6E'

red 232 ◦ green 92 ◦ blue 110

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

Shades of Froly #E85C6E

Tints of Froly #E85C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.2%

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

R = 53.46%
G = 21.2%
B = 25.35%

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

#E85C6E (or 0xE85C6E) is known color: Froly. HEX triplet: E8, 5C and 6E. RGB value is (232,92,110). Sum of RGB (Red+Green+Blue) = 232+92+110=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C6E is #17A391. Grayscale: #878787. Windows color (decimal): -1549202 or 7232744. OLE color: 7232744.

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

Color convert

RGB 232 92 110 -
CMYK 0 0.60 0.53 0.09
HSL 352.29º 0.75% 0.64% -
HSV(B) 352.29º 0.6% 0.91% -
XYZ 39.92 25.94 17.65 -
YUV 135.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 232 92 110 0 0.60 0.53 0.09 352.29 0.75 0.64
Hex E8 5C 6E 0 3C 35 9 160 4B 40
Octal 350 134 156 0 74 65 11 540 113 100
Binary 11101000 1011100 1101110 0 111100 110101 1001 101100000 1001011 1000000

Color Harmonies of #E85C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C6E

Black with #E85C6E

Text Example


Text Example

White with #E85C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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