#ec2de5

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

Shades of Razzle Dazzle Rose #EC2DE5

Tints of Razzle Dazzle Rose #EC2DE5

Color information

#EC2DE5 (or 0xEC2DE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2D and E5. RGB value is (236,45,229). Sum of RGB (Red+Green+Blue) = 236+45+229=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 45 (17.97% from 255 or 8.82% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DE5 is #13D21A. Grayscale: #7A7A7A. Windows color (decimal): -1298971 or 15019500. OLE color: 15019500.

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

Color convert

RGB23645229-
CMYK00.810.030.07
HSL302.2º83.41%55.1%-
HSV(B)302.2º80.93%92.55%-
XYZ49.6725.3776.41-
YUV123.08187.78208.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 45 (17.97% from 255) = 8.82%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=46.27%
G=8.82%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364522900.810.030.07302.283.4155.1
HexEC2DE50513712e5337
Octal3545534501213745612367
Binary111011001011011110010101010001111111001011101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec2de5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec2de5; }

 p { color: rgb(236,45,229); }

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

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

 a { background-color: rgb(236,45,229); }

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

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

 span { border-color: rgb(236,45,229); }

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