#EC3FBE

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

Shades of Razzle Dazzle Rose #EC3FBE

Tints of Razzle Dazzle Rose #EC3FBE

Color information

#EC3FBE (or 0xEC3FBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3F and BE. RGB value is (236,63,190). Sum of RGB (Red+Green+Blue) = 236+63+190=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FBE is #13C041. Grayscale: #808080. Windows color (decimal): -1294402 or 12468204. OLE color: 12468204.

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

Color convert

RGB23663190-
CMYK00.730.190.07
HSL315.95º81.99%58.63%-
HSV(B)315.95º73.31%92.55%-
XYZ45.6625.1151.15-
YUV129.2162.31204.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 63 (25% from 255) = 12.88%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=48.26%
G=12.88%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366319000.730.190.07315.9581.9958.63
HexEC3FBE04913713c523b
Octal35477276011123747412273
Binary111011001111111011111001001001100111111001111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3FBE; }

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

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

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

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

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

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

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

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