#E03BC8

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

Shades of Razzle Dazzle Rose #E03BC8

Tints of Razzle Dazzle Rose #E03BC8

Color information

#E03BC8 (or 0xE03BC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 3B and C8. RGB value is (224,59,200). Sum of RGB (Red+Green+Blue) = 224+59+200=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03BC8 is #1FC437. Grayscale: #7C7C7C. Windows color (decimal): -2081848 or 13122528. OLE color: 13122528.

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

Color convert

RGB22459200-
CMYK00.740.110.12
HSL308.73º72.69%55.49%-
HSV(B)308.73º73.66%87.84%-
XYZ42.7323.1556.86-
YUV124.41170.66199.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 59 (23.44% from 255) = 12.22%
BLUE value IS 200 (78.52% from 255) = 41.41%
R=46.38%
G=12.22%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245920000.740.110.12308.7372.6955.49
HexE03BC804ABC1354937
Octal340733100112131446511167
Binary111000001110111100100001001010101111001001101011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03BC8; }

 p { color: rgb(224,59,200); }

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

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

 a { background-color: rgb(224,59,200); }

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

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

 span { border-color: rgb(224,59,200); }

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