#EC41CB

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

Shades of Razzle Dazzle Rose #EC41CB

Tints of Razzle Dazzle Rose #EC41CB

Color information

#EC41CB (or 0xEC41CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 41 and CB. RGB value is (236,65,203). Sum of RGB (Red+Green+Blue) = 236+65+203=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41CB is #13BE34. Grayscale: #838383. Windows color (decimal): -1293877 or 13320684. OLE color: 13320684.

HSL color Cylindrical-coordinate representation of color #EC41CB: hue angle of 311.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41CB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23665203-
CMYK00.720.140.07
HSL311.58º81.82%59.02%-
HSV(B)311.58º72.46%92.55%-
XYZ47.2625.9359.01-
YUV131.86168.15202.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.83%
GREEN value IS 65 (25.78% from 255) = 12.90%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=46.83%
G=12.90%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366520300.720.140.07311.5881.8259.02
HexEC41CB048E7138523b
Octal354101313011016747012273
Binary111011001000001110010110100100011101111001110001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC41CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC41CB; }

 p { color: rgb(236,65,203); }

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

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

 a { background-color: rgb(236,65,203); }

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

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

 span { border-color: rgb(236,65,203); }

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