#e03db3

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

Shades of Razzle Dazzle Rose #E03DB3

Tints of Razzle Dazzle Rose #E03DB3

Color information

#E03DB3 (or 0xE03DB3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 3D and B3. RGB value is (224,61,179). Sum of RGB (Red+Green+Blue) = 224+61+179=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DB3 is #1FC24C. Grayscale: #7A7A7A. Windows color (decimal): -2081357 or 11746784. OLE color: 11746784.

HSL color Cylindrical-coordinate representation of color #E03DB3: hue angle of 316.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DB3 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22461179-
CMYK00.730.200.12
HSL316.56º72.44%55.88%-
HSV(B)316.56º72.77%87.84%-
XYZ40.5522.4444.84-
YUV123.19159.5199.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.28%
GREEN value IS 61 (24.22% from 255) = 13.15%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=48.28%
G=13.15%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246117900.730.200.12316.5672.4455.88
HexE03DB304914C13d4838
Octal340752630111241447511070
Binary1110000011110110110011010010011010011001001111011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03db3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03db3; }

 p { color: rgb(224,61,179); }

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

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

 a { background-color: rgb(224,61,179); }

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

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

 span { border-color: rgb(224,61,179); }

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