#EC3BDB

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

Shades of Razzle Dazzle Rose #EC3BDB

Tints of Razzle Dazzle Rose #EC3BDB

Color information

#EC3BDB (or 0xEC3BDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3B and DB. RGB value is (236,59,219). Sum of RGB (Red+Green+Blue) = 236+59+219=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BDB is #13C424. Grayscale: #818181. Windows color (decimal): -1295397 or 14367724. OLE color: 14367724.

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

Color convert

RGB23659219-
CMYK00.750.070.07
HSL305.76º82.33%57.84%-
HSV(B)305.76º75%92.55%-
XYZ48.9426.0869.47-
YUV130.16178.14203.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 59 (23.44% from 255) = 11.48%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=45.91%
G=11.48%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365921900.750.070.07305.7682.3357.84
HexEC3BDB04B77132523a
Octal3547333301137746212272
Binary1110110011101111011011010010111111111001100101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3BDB; }

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

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

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

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

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

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

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

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