#E93AB8

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

Shades of Razzle Dazzle Rose #E93AB8

Tints of Razzle Dazzle Rose #E93AB8

Color information

#E93AB8 (or 0xE93AB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 3A and B8. RGB value is (233,58,184). Sum of RGB (Red+Green+Blue) = 233+58+184=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E93AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93AB8 is #16C547. Grayscale: #7C7C7C. Windows color (decimal): -1492296 or 12073705. OLE color: 12073705.

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

Color convert

RGB23358184-
CMYK00.750.210.09
HSL316.8º79.91%57.06%-
HSV(B)316.8º75.11%91.37%-
XYZ43.7723.8147.64-
YUV124.69161.48205.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.05%
GREEN value IS 58 (23.05% from 255) = 12.21%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=49.05%
G=12.21%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335818400.750.210.09316.879.9157.06
HexE93AB804B15913d5039
Octal351722700113251147512071
Binary1110100111101010111000010010111010110011001111011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93AB8; }

 p { color: rgb(233,58,184); }

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

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

 a { background-color: rgb(233,58,184); }

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

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

 span { border-color: rgb(233,58,184); }

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