#ec2dbe

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

Shades of Razzle Dazzle Rose #EC2DBE

Tints of Razzle Dazzle Rose #EC2DBE

Color information

#EC2DBE (or 0xEC2DBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2D and BE. RGB value is (236,45,190). Sum of RGB (Red+Green+Blue) = 236+45+190=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DBE is #13D241. Grayscale: #767676. Windows color (decimal): -1299010 or 12463596. OLE color: 12463596.

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

Color convert

RGB23645190-
CMYK00.810.190.07
HSL314.45º83.41%55.1%-
HSV(B)314.45º80.93%92.55%-
XYZ44.8223.4350.87-
YUV118.64168.28211.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.11%
GREEN value IS 45 (17.97% from 255) = 9.55%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=50.11%
G=9.55%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364519000.810.190.07314.4583.4155.1
HexEC2DBE05113713a5337
Octal35455276012123747212367
Binary111011001011011011111001010001100111111001110101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec2dbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec2dbe; }

 p { color: rgb(236,45,190); }

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

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

 a { background-color: rgb(236,45,190); }

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

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

 span { border-color: rgb(236,45,190); }

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