#EC3FBA

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

Shades of Razzle Dazzle Rose #EC3FBA

Tints of Razzle Dazzle Rose #EC3FBA

Color information

#EC3FBA (or 0xEC3FBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3F and BA. RGB value is (236,63,186). Sum of RGB (Red+Green+Blue) = 236+63+186=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FBA is #13C045. Grayscale: #808080. Windows color (decimal): -1294406 or 12206060. OLE color: 12206060.

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

Color convert

RGB23663186-
CMYK00.730.210.07
HSL317.34º81.99%58.63%-
HSV(B)317.34º73.31%92.55%-
XYZ45.2324.9348.88-
YUV128.75160.31204.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 63 (25% from 255) = 12.99%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=48.66%
G=12.99%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366318600.730.210.07317.3481.9958.63
HexEC3FBA04915713d523b
Octal35477272011125747512273
Binary111011001111111011101001001001101011111001111011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3FBA; }

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

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

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

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

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

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

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

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