#EC3CCC

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

Shades of Razzle Dazzle Rose #EC3CCC

Tints of Razzle Dazzle Rose #EC3CCC

Color information

#EC3CCC (or 0xEC3CCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3C and CC. RGB value is (236,60,204). Sum of RGB (Red+Green+Blue) = 236+60+204=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CCC is #13C333. Grayscale: #808080. Windows color (decimal): -1295156 or 13384940. OLE color: 13384940.

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

Color convert

RGB23660204-
CMYK00.750.140.07
HSL310.91º82.24%58.04%-
HSV(B)310.91º74.58%92.55%-
XYZ47.1125.4259.55-
YUV129.04170.31204.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.2%
GREEN value IS 60 (23.83% from 255) = 12%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=47.2%
G=12%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366020400.750.140.07310.9182.2458.04
HexEC3CCC04BE7137523a
Octal35474314011316746712272
Binary11101100111100110011000100101111101111001101111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3CCC; }

 p { color: rgb(236,60,204); }

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

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

 a { background-color: rgb(236,60,204); }

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

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

 span { border-color: rgb(236,60,204); }

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