#EC32BE

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

Shades of Razzle Dazzle Rose #EC32BE

Tints of Razzle Dazzle Rose #EC32BE

Color information

#EC32BE (or 0xEC32BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 32 and BE. RGB value is (236,50,190). Sum of RGB (Red+Green+Blue) = 236+50+190=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC32BE is #13CD41. Grayscale: #797979. Windows color (decimal): -1297730 or 12464876. OLE color: 12464876.

HSL color Cylindrical-coordinate representation of color #EC32BE: hue angle of 314.84º 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 #EC32BE is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB23650190-
CMYK00.790.190.07
HSL314.84º83.04%56.08%-
HSV(B)314.84º78.81%92.55%-
XYZ45.0323.8350.94-
YUV121.57166.62209.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 50 (19.92% from 255) = 10.50%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=49.58%
G=10.50%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365019000.790.190.07314.8483.0456.08
HexEC32BE04F13713b5338
Octal35462276011723747312370
Binary111011001100101011111001001111100111111001110111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC32BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC32BE; }

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

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

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

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

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

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

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

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