#ec2ed9

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

Shades of Razzle Dazzle Rose #EC2ED9

Tints of Razzle Dazzle Rose #EC2ED9

Color information

#EC2ED9 (or 0xEC2ED9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2E and D9. RGB value is (236,46,217). Sum of RGB (Red+Green+Blue) = 236+46+217=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ED9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ED9 is #13D126. Grayscale: #797979. Windows color (decimal): -1298727 or 14233324. OLE color: 14233324.

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

Color convert

RGB23646217-
CMYK00.810.080.07
HSL306º83.33%55.29%-
HSV(B)306º80.51%92.55%-
XYZ48.0924.867.9-
YUV122.3181.45209.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 46 (18.36% from 255) = 9.22%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=47.29%
G=9.22%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364621700.810.080.0730683.3355.29
HexEC2ED9051871325337
Octal35456331012110746212367
Binary11101100101110110110010101000110001111001100101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec2ed9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec2ed9; }

 p { color: rgb(236,46,217); }

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

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

 a { background-color: rgb(236,46,217); }

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

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

 span { border-color: rgb(236,46,217); }

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