#E93EB0

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

Shades of Persian Rose #E93EB0

Tints of Persian Rose #E93EB0

Color information

#E93EB0 (or 0xE93EB0) is unknown color: approx Persian Rose. HEX triplet: E9, 3E and B0. RGB value is (233,62,176). Sum of RGB (Red+Green+Blue) = 233+62+176=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93EB0 is #16C14F. Grayscale: #7D7D7D. Windows color (decimal): -1491280 or 11550441. OLE color: 11550441.

HSL color Cylindrical-coordinate representation of color #E93EB0: hue angle of 320º degrees, saturation: 0.8, 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 #E93EB0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB23362176-
CMYK00.730.240.09
HSL320º79.53%57.84%-
HSV(B)320º73.39%91.37%-
XYZ43.1623.943.41-
YUV126.12156.15204.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 62 (24.61% from 255) = 13.16%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=49.47%
G=13.16%
B=37.37%

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
Decimal2336217600.730.240.0932079.5357.84
HexE93EB0049189140503a
Octal351762600111301150012072
Binary1110100111111010110000010010011100010011010000001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93EB0; }

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

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

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

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

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

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

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

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