#E75F93

Color #E75F93 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E75F93

Tints of Pale Violet Red #E75F93

Color information

#E75F93 (or 0xE75F93) is unknown color: approx Pale Violet Red. HEX triplet: E7, 5F and 93. RGB value is (231,95,147). Sum of RGB (Red+Green+Blue) = 231+95+147=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75F93 is #18A06C. Grayscale: #8D8D8D. Windows color (decimal): -1613933 or 9658343. OLE color: 9658343.

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

Color convert

RGB23195147-
CMYK00.590.360.09
HSL337.06º73.91%63.92%-
HSV(B)337.06º58.87%90.59%-
XYZ42.3127.2830.64-
YUV141.59131.06191.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.84%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=48.84%
G=20.08%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319514700.590.360.09337.0673.9163.92
HexE75F9303B2491514a40
Octal3471372230734411521112100
Binary111001111011111100100110111011100100100110101000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75F93; }

 p { color: rgb(231,95,147); }

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

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

 a { background-color: rgb(231,95,147); }

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

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

 span { border-color: rgb(231,95,147); }

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