#EC3FB9

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

Shades of Razzle Dazzle Rose #EC3FB9

Tints of Razzle Dazzle Rose #EC3FB9

Color information

#EC3FB9 (or 0xEC3FB9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3F and B9. RGB value is (236,63,185). Sum of RGB (Red+Green+Blue) = 236+63+185=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FB9 is #13C046. Grayscale: #808080. Windows color (decimal): -1294407 or 12140524. OLE color: 12140524.

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

Color convert

RGB23663185-
CMYK00.730.220.07
HSL317.69º81.99%58.63%-
HSV(B)317.69º73.31%92.55%-
XYZ45.1324.8948.32-
YUV128.64159.81204.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 63 (25% from 255) = 13.02%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=48.76%
G=13.02%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366318500.730.220.07317.6981.9958.63
HexEC3FB904916713e523b
Octal35477271011126747612273
Binary111011001111111011100101001001101101111001111101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3FB9; }

 p { color: rgb(236,63,185); }

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

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

 a { background-color: rgb(236,63,185); }

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

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

 span { border-color: rgb(236,63,185); }

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