#E87B7D

Color #E87B7D Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E87B7D

Tints of Froly #E87B7D

Color information

#E87B7D (or 0xE87B7D) is unknown color: approx Froly. HEX triplet: E8, 7B and 7D. RGB value is (232,123,125). Sum of RGB (Red+Green+Blue) = 232+123+125=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87B7D is #178482. Grayscale: #9B9B9B. Windows color (decimal): -1541251 or 8223720. OLE color: 8223720.

HSL color Cylindrical-coordinate representation of color #E87B7D: hue angle of 358.9º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87B7D is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB232123125-
CMYK00.470.460.09
HSL358.9º70.32%69.61%-
HSV(B)358.9º46.98%90.98%-
XYZ44.0632.823.41-
YUV155.82110.61182.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.33%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=48.33%
G=25.62%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212312500.470.460.09358.970.3269.61
HexE87B7D02F2E91674646
Octal3501731750575611547106106
Binary11101000111101111111010101111101110100110110011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87B7D; }

 p { color: rgb(232,123,125); }

 H1.HeaderClassName
 {
   color: #E87B7D;
 }
 .AnyTagClassName
 {
   color: #E87B7D;
 }
</style>
background-color css

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

 a { background-color: rgb(232,123,125); }

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

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

 span { border-color: rgb(232,123,125); }

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