#EC3FBB

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

Shades of Razzle Dazzle Rose #EC3FBB

Tints of Razzle Dazzle Rose #EC3FBB

Color information

#EC3FBB (or 0xEC3FBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3F and BB. RGB value is (236,63,187). Sum of RGB (Red+Green+Blue) = 236+63+187=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FBB is #13C044. Grayscale: #808080. Windows color (decimal): -1294405 or 12271596. OLE color: 12271596.

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

Color convert

RGB23663187-
CMYK00.730.210.07
HSL316.99º81.99%58.63%-
HSV(B)316.99º73.31%92.55%-
XYZ45.3424.9849.44-
YUV128.86160.81204.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 63 (25% from 255) = 12.96%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=48.56%
G=12.96%
B=38.48%

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
Decimal2366318700.730.210.07316.9981.9958.63
HexEC3FBB04915713d523b
Octal35477273011125747512273
Binary111011001111111011101101001001101011111001111011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3FBB; }

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

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

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

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

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

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

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

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