#EC34BD

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

Shades of Razzle Dazzle Rose #EC34BD

Tints of Razzle Dazzle Rose #EC34BD

Color information

#EC34BD (or 0xEC34BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 34 and BD. RGB value is (236,52,189). Sum of RGB (Red+Green+Blue) = 236+52+189=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC34BD is #13CB42. Grayscale: #7A7A7A. Windows color (decimal): -1297219 or 12399852. OLE color: 12399852.

HSL color Cylindrical-coordinate representation of color #EC34BD: hue angle of 315.33º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC34BD is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23652189-
CMYK00.780.200.07
HSL315.33º82.88%56.47%-
HSV(B)315.33º77.97%92.55%-
XYZ45.0123.9650.4-
YUV122.63165.46208.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 52 (20.70% from 255) = 10.90%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=49.48%
G=10.90%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365218900.780.200.07315.3382.8856.47
HexEC34BD04E14713b5338
Octal35464275011624747312370
Binary111011001101001011110101001110101001111001110111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC34BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC34BD; }

 p { color: rgb(236,52,189); }

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

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

 a { background-color: rgb(236,52,189); }

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

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

 span { border-color: rgb(236,52,189); }

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