#EC4CBF

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

Shades of Razzle Dazzle Rose #EC4CBF

Tints of Razzle Dazzle Rose #EC4CBF

Color information

#EC4CBF (or 0xEC4CBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 4C and BF. RGB value is (236,76,191). Sum of RGB (Red+Green+Blue) = 236+76+191=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CBF is #13B340. Grayscale: #888888. Windows color (decimal): -1291073 or 12537068. OLE color: 12537068.

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

Color convert

RGB23676191-
CMYK00.680.190.07
HSL316.88º80.81%61.18%-
HSV(B)316.88º67.8%92.55%-
XYZ46.5826.7652-
YUV136.95158.51198.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 76 (30.08% from 255) = 15.11%
BLUE value IS 191 (75% from 255) = 37.97%
R=46.92%
G=15.11%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367619100.680.190.07316.8880.8161.18
HexEC4CBF04413713d513d
Octal354114277010423747512175
Binary1110110010011001011111101000100100111111001111011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4CBF; }

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

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

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

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

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

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

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

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