Html Css Color HEX #E85C6F Froly

📋 copy color: '#E85C6F'

red 232 ◦ green 92 ◦ blue 111

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

Shades of Froly #E85C6F

Tints of Froly #E85C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 53.33%
G = 21.15%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E85C6F (or 0xE85C6F) is known color: Froly. HEX triplet: E8, 5C and 6F. RGB value is (232,92,111). Sum of RGB (Red+Green+Blue) = 232+92+111=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C6F is #17A390. Grayscale: #888888. Windows color (decimal): -1549201 or 7298280. OLE color: 7298280.

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

Color convert

RGB 232 92 111 -
CMYK 0 0.60 0.52 0.09
HSL 351.86º 0.75% 0.64% -
HSV(B) 351.86º 0.6% 0.91% -
XYZ 39.98 25.96 17.94 -
YUV 136.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 232 92 111 0 0.60 0.52 0.09 351.86 0.75 0.64
Hex E8 5C 6F 0 3C 34 9 160 4B 40
Octal 350 134 157 0 74 64 11 540 113 100
Binary 11101000 1011100 1101111 0 111100 110100 1001 101100000 1001011 1000000

Color Harmonies of #E85C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C6F

Black with #E85C6F

Text Example


Text Example

White with #E85C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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