#E52CBE

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

Shades of Razzle Dazzle Rose #E52CBE

Tints of Razzle Dazzle Rose #E52CBE

Color information

#E52CBE (or 0xE52CBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2C and BE. RGB value is (229,44,190). Sum of RGB (Red+Green+Blue) = 229+44+190=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CBE is #1AD341. Grayscale: #737373. Windows color (decimal): -1758018 or 12463333. OLE color: 12463333.

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

Color convert

RGB22944190-
CMYK00.810.170.10
HSL312.65º78.06%53.53%-
HSV(B)312.65º80.79%89.8%-
XYZ42.5122.1850.76-
YUV115.96169.79208.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 44 (17.58% from 255) = 9.50%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=49.46%
G=9.50%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294419000.810.170.10312.6578.0653.53
HexE52CBE05111A1394e36
Octal345542760121211247111666
Binary1110010110110010111110010100011000110101001110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52CBE; }

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

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

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

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

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

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

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

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