#E93BB0

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

Shades of Persian Rose #E93BB0

Tints of Persian Rose #E93BB0

Color information

#E93BB0 (or 0xE93BB0) is unknown color: approx Persian Rose. HEX triplet: E9, 3B and B0. RGB value is (233,59,176). Sum of RGB (Red+Green+Blue) = 233+59+176=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93BB0 is #16C44F. Grayscale: #7C7C7C. Windows color (decimal): -1492048 or 11549673. OLE color: 11549673.

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

Color convert

RGB23359176-
CMYK00.750.240.09
HSL319.66º79.82%57.25%-
HSV(B)319.66º74.68%91.37%-
XYZ4323.5943.36-
YUV124.36157.15205.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 59 (23.44% from 255) = 12.61%
BLUE value IS 176 (69.14% from 255) = 37.61%
R=49.79%
G=12.61%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335917600.750.240.09319.6679.8257.25
HexE93BB004B1891405039
Octal351732600113301150012071
Binary1110100111101110110000010010111100010011010000001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93BB0; }

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

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

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

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

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

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

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

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