#E52BC0

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

Shades of Razzle Dazzle Rose #E52BC0

Tints of Razzle Dazzle Rose #E52BC0

Color information

#E52BC0 (or 0xE52BC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2B and C0. RGB value is (229,43,192). Sum of RGB (Red+Green+Blue) = 229+43+192=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BC0 is #1AD43F. Grayscale: #737373. Windows color (decimal): -1758272 or 12594149. OLE color: 12594149.

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

Color convert

RGB22943192-
CMYK00.810.160.10
HSL311.94º78.15%53.33%-
HSV(B)311.94º81.22%89.8%-
XYZ42.6922.1951.9-
YUV115.6171.12208.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 43 (17.19% from 255) = 9.27%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=49.35%
G=9.27%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294319200.810.160.10311.9478.1553.33
HexE52BC005110A1384e35
Octal345533000121201247011665
Binary1110010110101111000000010100011000010101001110001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52BC0; }

 p { color: rgb(229,43,192); }

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

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

 a { background-color: rgb(229,43,192); }

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

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

 span { border-color: rgb(229,43,192); }

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