Html Css Color HEX #E87580 Froly

📋 copy color: '#E87580'

red 232 ◦ green 117 ◦ blue 128

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

Shades of Froly #E87580

Tints of Froly #E87580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 48.64%
G = 24.53%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E87580 (or 0xE87580) is known color: Froly. HEX triplet: E8, 75 and 80. RGB value is (232,117,128). Sum of RGB (Red+Green+Blue) = 232+117+128=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E87580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87580 is #178A7F. Grayscale: #989898. Windows color (decimal): -1542784 or 8418792. OLE color: 8418792.

HSL color Cylindrical-coordinate representation of color #E87580: hue angle of 354.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E87580 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 117 128 -
CMYK 0 0.50 0.45 0.09
HSL 354.26º 0.71% 0.68% -
HSV(B) 354.26º 0.5% 0.91% -
XYZ 43.54 31.44 24.2 -
YUV 152.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 232 117 128 0 0.50 0.45 0.09 354.26 0.71 0.68
Hex E8 75 80 0 32 2D 9 162 47 44
Octal 350 165 200 0 62 55 11 542 107 104
Binary 11101000 1110101 10000000 0 110010 101101 1001 101100010 1000111 1000100

Color Harmonies of #E87580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87580

Black with #E87580

Text Example


Text Example

White with #E87580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87580; }

 p { color: rgb(232,117,128); }

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

background-color css

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

 a { background-color: rgb(232,117,128); }

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

border-color css

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

 span { border-color: rgb(232,117,128); }

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