#EC28DC

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

Shades of Razzle Dazzle Rose #EC28DC

Tints of Razzle Dazzle Rose #EC28DC

Color information

#EC28DC (or 0xEC28DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 28 and DC. RGB value is (236,40,220). Sum of RGB (Red+Green+Blue) = 236+40+220=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28DC is #13D723. Grayscale: #767676. Windows color (decimal): -1300260 or 14428396. OLE color: 14428396.

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

Color convert

RGB23640220-
CMYK00.830.070.07
HSL304.9º83.76%54.12%-
HSV(B)304.9º83.05%92.55%-
XYZ48.2724.5269.9-
YUV119.12184.93211.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 40 (16.02% from 255) = 8.06%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=47.58%
G=8.06%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364022000.830.070.07304.983.7654.12
HexEC28DC053771315436
Octal3545033401237746112466
Binary1110110010100011011100010100111111111001100011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC28DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC28DC; }

 p { color: rgb(236,40,220); }

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

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

 a { background-color: rgb(236,40,220); }

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

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

 span { border-color: rgb(236,40,220); }

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