Html Css Color HEX #E85C6D Froly

📋 copy color: '#E85C6D'

red 232 ◦ green 92 ◦ blue 109

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

Shades of Froly #E85C6D

Tints of Froly #E85C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.17%

R = 53.58%
G = 21.25%
B = 25.17%

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

#E85C6D (or 0xE85C6D) is known color: Froly. HEX triplet: E8, 5C and 6D. RGB value is (232,92,109). Sum of RGB (Red+Green+Blue) = 232+92+109=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C6D is #17A392. Grayscale: #878787. Windows color (decimal): -1549203 or 7167208. OLE color: 7167208.

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

Color convert

RGB 232 92 109 -
CMYK 0 0.60 0.53 0.09
HSL 352.71º 0.75% 0.64% -
HSV(B) 352.71º 0.6% 0.91% -
XYZ 39.87 25.91 17.37 -
YUV 135.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 232 92 109 0 0.60 0.53 0.09 352.71 0.75 0.64
Hex E8 5C 6D 0 3C 35 9 161 4B 40
Octal 350 134 155 0 74 65 11 541 113 100
Binary 11101000 1011100 1101101 0 111100 110101 1001 101100001 1001011 1000000

Color Harmonies of #E85C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C6D

Black with #E85C6D

Text Example


Text Example

White with #E85C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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