#EC1DE0

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

Shades of Razzle Dazzle Rose #EC1DE0

Tints of Razzle Dazzle Rose #EC1DE0

Color information

#EC1DE0 (or 0xEC1DE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 1D and E0. RGB value is (236,29,224). Sum of RGB (Red+Green+Blue) = 236+29+224=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DE0 is #13E21F. Grayscale: #707070. Windows color (decimal): -1303072 or 14687724. OLE color: 14687724.

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

Color convert

RGB23629224-
CMYK00.880.050.07
HSL303.48º84.49%51.96%-
HSV(B)303.48º87.71%92.55%-
XYZ48.4924.0972.62-
YUV113.12190.58215.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 29 (11.72% from 255) = 5.93%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=48.26%
G=5.93%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362922400.880.050.07303.4884.4951.96
HexEC1DE00585712f5434
Octal3543534001305745712464
Binary111011001110111100000010110001011111001011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1DE0; }

 p { color: rgb(236,29,224); }

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

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

 a { background-color: rgb(236,29,224); }

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

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

 span { border-color: rgb(236,29,224); }

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