#E75B6E

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

Shades of Froly #E75B6E

Tints of Froly #E75B6E

Color information

#E75B6E (or 0xE75B6E) is unknown color: approx Froly. HEX triplet: E7, 5B and 6E. RGB value is (231,91,110). Sum of RGB (Red+Green+Blue) = 231+91+110=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75B6E is #18A491. Grayscale: #878787. Windows color (decimal): -1614994 or 7232487. OLE color: 7232487.

HSL color Cylindrical-coordinate representation of color #E75B6E: hue angle of 351.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75B6E is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23191110-
CMYK00.610.520.09
HSL351.86º74.47%63.14%-
HSV(B)351.86º60.61%90.59%-
XYZ39.5125.617.61-
YUV135.03113.88196.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.47%
GREEN value IS 91 (35.94% from 255) = 21.06%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=53.47%
G=21.06%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319111000.610.520.09351.8674.4763.14
HexE75B6E03D3491604a3f
Octal347133156075641154011277
Binary1110011110110111101110011110111010010011011000001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75B6E; }

 p { color: rgb(231,91,110); }

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

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

 a { background-color: rgb(231,91,110); }

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

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

 span { border-color: rgb(231,91,110); }

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