#E533C3

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

Shades of Razzle Dazzle Rose #E533C3

Tints of Razzle Dazzle Rose #E533C3

Color information

#E533C3 (or 0xE533C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 33 and C3. RGB value is (229,51,195). Sum of RGB (Red+Green+Blue) = 229+51+195=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E533C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533C3 is #1ACC3C. Grayscale: #787878. Windows color (decimal): -1756221 or 12792805. OLE color: 12792805.

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

Color convert

RGB22951195-
CMYK00.780.150.10
HSL311.46º77.39%54.9%-
HSV(B)311.46º77.73%89.8%-
XYZ43.3522.9753.78-
YUV120.64169.97205.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 51 (20.31% from 255) = 10.74%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=48.21%
G=10.74%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295119500.780.150.10311.4677.3954.9
HexE533C304EFA1374d37
Octal345633030116171246711567
Binary111001011100111100001101001110111110101001101111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E533C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E533C3; }

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

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

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

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

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

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

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

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