#E93FB0

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

Shades of Persian Rose #E93FB0

Tints of Persian Rose #E93FB0

Color information

#E93FB0 (or 0xE93FB0) is unknown color: approx Persian Rose. HEX triplet: E9, 3F and B0. RGB value is (233,63,176). Sum of RGB (Red+Green+Blue) = 233+63+176=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93FB0 is #16C04F. Grayscale: #7E7E7E. Windows color (decimal): -1491024 or 11550697. OLE color: 11550697.

HSL color Cylindrical-coordinate representation of color #E93FB0: hue angle of 320.12º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93FB0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB23363176-
CMYK00.730.240.09
HSL320.12º79.44%58.04%-
HSV(B)320.12º72.96%91.37%-
XYZ43.2224.0143.43-
YUV126.71155.82203.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.36%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=49.36%
G=13.35%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336317600.730.240.09320.1279.4458.04
HexE93FB00491891404f3a
Octal351772600111301150011772
Binary1110100111111110110000010010011100010011010000001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93FB0; }

 p { color: rgb(233,63,176); }

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

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

 a { background-color: rgb(233,63,176); }

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

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

 span { border-color: rgb(233,63,176); }

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