#EC3BDA

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

Shades of Razzle Dazzle Rose #EC3BDA

Tints of Razzle Dazzle Rose #EC3BDA

Color information

#EC3BDA (or 0xEC3BDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3B and DA. RGB value is (236,59,218). Sum of RGB (Red+Green+Blue) = 236+59+218=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BDA is #13C425. Grayscale: #818181. Windows color (decimal): -1295398 or 14302188. OLE color: 14302188.

HSL color Cylindrical-coordinate representation of color #EC3BDA: hue angle of 306.1º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BDA is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23659218-
CMYK00.750.080.07
HSL306.1º82.33%57.84%-
HSV(B)306.1º75%92.55%-
XYZ48.8126.0268.78-
YUV130.05177.64203.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 59 (23.44% from 255) = 11.50%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=46.00%
G=11.50%
B=42.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365921800.750.080.07306.182.3357.84
HexEC3BDA04B87132523a
Octal35473332011310746212272
Binary11101100111011110110100100101110001111001100101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3BDA; }

 p { color: rgb(236,59,218); }

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

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

 a { background-color: rgb(236,59,218); }

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

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

 span { border-color: rgb(236,59,218); }

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