#EC2CBB

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

Shades of Razzle Dazzle Rose #EC2CBB

Tints of Razzle Dazzle Rose #EC2CBB

Color information

#EC2CBB (or 0xEC2CBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2C and BB. RGB value is (236,44,187). Sum of RGB (Red+Green+Blue) = 236+44+187=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CBB is #13D344. Grayscale: #757575. Windows color (decimal): -1299269 or 12266732. OLE color: 12266732.

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

Color convert

RGB23644187-
CMYK00.810.210.07
HSL315.31º83.48%54.9%-
HSV(B)315.31º81.36%92.55%-
XYZ44.4623.2249.15-
YUV117.71167.11212.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 44 (17.58% from 255) = 9.42%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=50.54%
G=9.42%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364418700.810.210.07315.3183.4854.9
HexEC2CBB05115713b5337
Octal35454273012125747312367
Binary111011001011001011101101010001101011111001110111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2CBB; }

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

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

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

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

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

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

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

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