#E52BC9

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

Shades of Razzle Dazzle Rose #E52BC9

Tints of Razzle Dazzle Rose #E52BC9

Color information

#E52BC9 (or 0xE52BC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2B and C9. RGB value is (229,43,201). Sum of RGB (Red+Green+Blue) = 229+43+201=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BC9 is #1AD436. Grayscale: #747474. Windows color (decimal): -1758263 or 13183973. OLE color: 13183973.

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

Color convert

RGB22943201-
CMYK00.810.120.10
HSL309.03º78.15%53.33%-
HSV(B)309.03º81.22%89.8%-
XYZ43.7222.657.32-
YUV116.63175.62208.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.41%
GREEN value IS 43 (17.19% from 255) = 9.09%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=48.41%
G=9.09%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294320100.810.120.10309.0378.1553.33
HexE52BC9051CA1354e35
Octal345533110121141246511665
Binary111001011010111100100101010001110010101001101011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52BC9; }

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

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

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

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

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

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

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

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