#e52ccb

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

Shades of Razzle Dazzle Rose #E52CCB

Tints of Razzle Dazzle Rose #E52CCB

Color information

#E52CCB (or 0xE52CCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2C and CB. RGB value is (229,44,203). Sum of RGB (Red+Green+Blue) = 229+44+203=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CCB is #1AD334. Grayscale: #747474. Windows color (decimal): -1758005 or 13315301. OLE color: 13315301.

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

Color convert

RGB22944203-
CMYK00.810.110.10
HSL308.43º78.06%53.53%-
HSV(B)308.43º80.79%89.8%-
XYZ43.9922.7758.58-
YUV117.44176.29207.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.11%
GREEN value IS 44 (17.58% from 255) = 9.24%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=48.11%
G=9.24%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294420300.810.110.10308.4378.0653.53
HexE52CCB051BA1344e36
Octal345543130121131246411666
Binary111001011011001100101101010001101110101001101001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e52ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e52ccb; }

 p { color: rgb(229,44,203); }

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

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

 a { background-color: rgb(229,44,203); }

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

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

 span { border-color: rgb(229,44,203); }

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