#E533CA

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

Shades of Razzle Dazzle Rose #E533CA

Tints of Razzle Dazzle Rose #E533CA

Color information

#E533CA (or 0xE533CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 33 and CA. RGB value is (229,51,202). Sum of RGB (Red+Green+Blue) = 229+51+202=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E533CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533CA is #1ACC35. Grayscale: #797979. Windows color (decimal): -1756214 or 13251557. OLE color: 13251557.

HSL color Cylindrical-coordinate representation of color #E533CA: hue angle of 309.1º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E533CA is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB22951202-
CMYK00.780.120.10
HSL309.1º77.39%54.9%-
HSV(B)309.1º77.73%89.8%-
XYZ44.1623.2958.05-
YUV121.44173.47204.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 51 (20.31% from 255) = 10.58%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=47.51%
G=10.58%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295120200.780.120.10309.177.3954.9
HexE533CA04ECA1354d37
Octal345633120116141246511567
Binary111001011100111100101001001110110010101001101011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E533CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E533CA; }

 p { color: rgb(229,51,202); }

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

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

 a { background-color: rgb(229,51,202); }

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

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

 span { border-color: rgb(229,51,202); }

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