#EC3FC7

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

Shades of Razzle Dazzle Rose #EC3FC7

Tints of Razzle Dazzle Rose #EC3FC7

Color information

#EC3FC7 (or 0xEC3FC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3F and C7. RGB value is (236,63,199). Sum of RGB (Red+Green+Blue) = 236+63+199=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FC7 is #13C038. Grayscale: #818181. Windows color (decimal): -1294393 or 13058028. OLE color: 13058028.

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

Color convert

RGB23663199-
CMYK00.730.160.07
HSL312.83º81.99%58.63%-
HSV(B)312.83º73.31%92.55%-
XYZ46.6825.5156.5-
YUV130.23166.81203.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.39%
GREEN value IS 63 (25% from 255) = 12.65%
BLUE value IS 199 (78.12% from 255) = 39.96%
R=47.39%
G=12.65%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366319900.730.160.07312.8381.9958.63
HexEC3FC7049107139523b
Octal35477307011120747112273
Binary111011001111111100011101001001100001111001110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3FC7; }

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

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

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

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

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

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

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

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