#EC32BD

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

Shades of Razzle Dazzle Rose #EC32BD

Tints of Razzle Dazzle Rose #EC32BD

Color information

#EC32BD (or 0xEC32BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 32 and BD. RGB value is (236,50,189). Sum of RGB (Red+Green+Blue) = 236+50+189=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC32BD is #13CD42. Grayscale: #797979. Windows color (decimal): -1297731 or 12399340. OLE color: 12399340.

HSL color Cylindrical-coordinate representation of color #EC32BD: hue angle of 315.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC32BD is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23650189-
CMYK00.790.200.07
HSL315.16º83.04%56.08%-
HSV(B)315.16º78.81%92.55%-
XYZ44.9223.7950.37-
YUV121.46166.12209.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 50 (19.92% from 255) = 10.53%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=49.68%
G=10.53%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365018900.790.200.07315.1683.0456.08
HexEC32BD04F14713b5338
Octal35462275011724747312370
Binary111011001100101011110101001111101001111001110111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC32BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC32BD; }

 p { color: rgb(236,50,189); }

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

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

 a { background-color: rgb(236,50,189); }

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

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

 span { border-color: rgb(236,50,189); }

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