#E533CC

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

Shades of Razzle Dazzle Rose #E533CC

Tints of Razzle Dazzle Rose #E533CC

Color information

#E533CC (or 0xE533CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 33 and CC. RGB value is (229,51,204). Sum of RGB (Red+Green+Blue) = 229+51+204=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E533CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533CC is #1ACC33. Grayscale: #797979. Windows color (decimal): -1756212 or 13382629. OLE color: 13382629.

HSL color Cylindrical-coordinate representation of color #E533CC: hue angle of 308.43º 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 #E533CC is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB22951204-
CMYK00.780.110.10
HSL308.43º77.39%54.9%-
HSV(B)308.43º77.73%89.8%-
XYZ44.423.3959.3-
YUV121.66174.47204.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 51 (20.31% from 255) = 10.54%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=47.31%
G=10.54%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295120400.780.110.10308.4377.3954.9
HexE533CC04EBA1344d37
Octal345633140116131246411567
Binary111001011100111100110001001110101110101001101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E533CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E533CC; }

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

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

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

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

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

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

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

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