#ec2ee1

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

Shades of Razzle Dazzle Rose #EC2EE1

Tints of Razzle Dazzle Rose #EC2EE1

Color information

#EC2EE1 (or 0xEC2EE1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2E and E1. RGB value is (236,46,225). Sum of RGB (Red+Green+Blue) = 236+46+225=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EE1 is #13D11E. Grayscale: #7A7A7A. Windows color (decimal): -1298719 or 14757612. OLE color: 14757612.

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

Color convert

RGB23646225-
CMYK00.810.050.07
HSL303.47º83.33%55.29%-
HSV(B)303.47º80.51%92.55%-
XYZ49.1625.2273.51-
YUV123.22185.45208.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 46 (18.36% from 255) = 9.07%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=46.55%
G=9.07%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364622500.810.050.07303.4783.3355.29
HexEC2EE10515712f5337
Octal3545634101215745712367
Binary1110110010111011100001010100011011111001011111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec2ee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec2ee1; }

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

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

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

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

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

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

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

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