#E533C4

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

Shades of Razzle Dazzle Rose #E533C4

Tints of Razzle Dazzle Rose #E533C4

Color information

#E533C4 (or 0xE533C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 33 and C4. RGB value is (229,51,196). Sum of RGB (Red+Green+Blue) = 229+51+196=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E533C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533C4 is #1ACC3B. Grayscale: #787878. Windows color (decimal): -1756220 or 12858341. OLE color: 12858341.

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

Color convert

RGB22951196-
CMYK00.780.140.10
HSL311.12º77.39%54.9%-
HSV(B)311.12º77.73%89.8%-
XYZ43.4623.0154.38-
YUV120.75170.47205.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.11%
GREEN value IS 51 (20.31% from 255) = 10.71%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=48.11%
G=10.71%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295119600.780.140.10311.1277.3954.9
HexE533C404EEA1374d37
Octal345633040116161246711567
Binary111001011100111100010001001110111010101001101111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E533C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E533C4; }

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

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

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

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

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

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

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

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