#EC39BF

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

Shades of Razzle Dazzle Rose #EC39BF

Tints of Razzle Dazzle Rose #EC39BF

Color information

#EC39BF (or 0xEC39BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 39 and BF. RGB value is (236,57,191). Sum of RGB (Red+Green+Blue) = 236+57+191=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC39BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC39BF is #13C640. Grayscale: #7D7D7D. Windows color (decimal): -1295937 or 12532204. OLE color: 12532204.

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

Color convert

RGB23657191-
CMYK00.760.190.07
HSL315.08º82.49%57.45%-
HSV(B)315.08º75.85%92.55%-
XYZ45.4624.5251.63-
YUV125.8164.8206.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 57 (22.66% from 255) = 11.78%
BLUE value IS 191 (75% from 255) = 39.46%
R=48.76%
G=11.78%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365719100.760.190.07315.0882.4957.45
HexEC39BF04C13713b5239
Octal35471277011423747312271
Binary111011001110011011111101001100100111111001110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC39BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC39BF; }

 p { color: rgb(236,57,191); }

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

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

 a { background-color: rgb(236,57,191); }

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

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

 span { border-color: rgb(236,57,191); }

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