#E75E6A

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

Shades of Froly #E75E6A

Tints of Froly #E75E6A

Color information

#E75E6A (or 0xE75E6A) is unknown color: approx Froly. HEX triplet: E7, 5E and 6A. RGB value is (231,94,106). Sum of RGB (Red+Green+Blue) = 231+94+106=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75E6A is #18A195. Grayscale: #888888. Windows color (decimal): -1614230 or 6971111. OLE color: 6971111.

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

Color convert

RGB23194106-
CMYK00.590.540.09
HSL354.74º74.05%63.73%-
HSV(B)354.74º59.31%90.59%-
XYZ39.5626.0316.58-
YUV136.33110.89195.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.60%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=53.60%
G=21.81%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319410600.590.540.09354.7474.0563.73
HexE75E6A03B3691634a40
Octal3471361520736611543112100
Binary11100111101111011010100111011110110100110110001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75E6A; }

 p { color: rgb(231,94,106); }

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

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

 a { background-color: rgb(231,94,106); }

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

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

 span { border-color: rgb(231,94,106); }

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