#EC2BCC

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

Shades of Razzle Dazzle Rose #EC2BCC

Tints of Razzle Dazzle Rose #EC2BCC

Color information

#EC2BCC (or 0xEC2BCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2B and CC. RGB value is (236,43,204). Sum of RGB (Red+Green+Blue) = 236+43+204=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BCC is #13D433. Grayscale: #767676. Windows color (decimal): -1299508 or 13380588. OLE color: 13380588.

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

Color convert

RGB23643204-
CMYK00.820.140.07
HSL309.95º83.55%54.71%-
HSV(B)309.95º81.78%92.55%-
XYZ46.3623.9259.3-
YUV119.06175.94211.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.86%
GREEN value IS 43 (17.19% from 255) = 8.90%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=48.86%
G=8.90%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364320400.820.140.07309.9583.5554.71
HexEC2BCC052E71365437
Octal35453314012216746612467
Binary11101100101011110011000101001011101111001101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2BCC; }

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

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

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

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

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

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

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

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