#EC2CBD

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

Shades of Razzle Dazzle Rose #EC2CBD

Tints of Razzle Dazzle Rose #EC2CBD

Color information

#EC2CBD (or 0xEC2CBD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2C and BD. RGB value is (236,44,189). Sum of RGB (Red+Green+Blue) = 236+44+189=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CBD is #13D342. Grayscale: #757575. Windows color (decimal): -1299267 or 12397804. OLE color: 12397804.

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

Color convert

RGB23644189-
CMYK00.810.200.07
HSL314.69º83.48%54.9%-
HSV(B)314.69º81.36%92.55%-
XYZ44.6823.3150.29-
YUV117.94168.11212.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.32%
GREEN value IS 44 (17.58% from 255) = 9.38%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=50.32%
G=9.38%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364418900.810.200.07314.6983.4854.9
HexEC2CBD05114713b5337
Octal35454275012124747312367
Binary111011001011001011110101010001101001111001110111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2CBD; }

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

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

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

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

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

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

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

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