#EC2AC3

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

Shades of Razzle Dazzle Rose #EC2AC3

Tints of Razzle Dazzle Rose #EC2AC3

Color information

#EC2AC3 (or 0xEC2AC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2A and C3. RGB value is (236,42,195). Sum of RGB (Red+Green+Blue) = 236+42+195=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AC3 is #13D53C. Grayscale: #757575. Windows color (decimal): -1299773 or 12790508. OLE color: 12790508.

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

Color convert

RGB23642195-
CMYK00.820.170.07
HSL312.68º83.62%54.51%-
HSV(B)312.68º82.2%92.55%-
XYZ45.2723.4353.77-
YUV117.45171.77212.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 42 (16.80% from 255) = 8.88%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=49.89%
G=8.88%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364219500.820.170.07312.6883.6254.51
HexEC2AC30521171395437
Octal35452303012221747112467
Binary111011001010101100001101010010100011111001110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2AC3; }

 p { color: rgb(236,42,195); }

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

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

 a { background-color: rgb(236,42,195); }

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

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

 span { border-color: rgb(236,42,195); }

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