#EC42B3

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

Shades of Razzle Dazzle Rose #EC42B3

Tints of Razzle Dazzle Rose #EC42B3

Color information

#EC42B3 (or 0xEC42B3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 42 and B3. RGB value is (236,66,179). Sum of RGB (Red+Green+Blue) = 236+66+179=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42B3 is #13BD4C. Grayscale: #818181. Windows color (decimal): -1293645 or 11748076. OLE color: 11748076.

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

Color convert

RGB23666179-
CMYK00.720.240.07
HSL320.12º81.73%59.22%-
HSV(B)320.12º72.03%92.55%-
XYZ44.6824.9845.12-
YUV129.71155.82203.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 66 (26.17% from 255) = 13.72%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=49.06%
G=13.72%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366617900.720.240.07320.1281.7359.22
HexEC42B3048187140523b
Octal354102263011030750012273
Binary1110110010000101011001101001000110001111010000001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC42B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC42B3; }

 p { color: rgb(236,66,179); }

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

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

 a { background-color: rgb(236,66,179); }

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

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

 span { border-color: rgb(236,66,179); }

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