#E035BA

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

Shades of Razzle Dazzle Rose #E035BA

Tints of Razzle Dazzle Rose #E035BA

Color information

#E035BA (or 0xE035BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 35 and BA. RGB value is (224,53,186). Sum of RGB (Red+Green+Blue) = 224+53+186=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E035BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035BA is #1FCA45. Grayscale: #767676. Windows color (decimal): -2083398 or 12203488. OLE color: 12203488.

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

Color convert

RGB22453186-
CMYK00.760.170.12
HSL313.33º73.39%54.31%-
HSV(B)313.33º76.34%87.84%-
XYZ40.8821.9448.53-
YUV119.29165.65202.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=48.38%
G=11.45%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245318600.760.170.12313.3373.3954.31
HexE035BA04C11C1394936
Octal340652720114211447111166
Binary1110000011010110111010010011001000111001001110011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E035BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E035BA; }

 p { color: rgb(224,53,186); }

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

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

 a { background-color: rgb(224,53,186); }

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

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

 span { border-color: rgb(224,53,186); }

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