#EC3DB7

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

Shades of Razzle Dazzle Rose #EC3DB7

Tints of Razzle Dazzle Rose #EC3DB7

Color information

#EC3DB7 (or 0xEC3DB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 3D and B7. RGB value is (236,61,183). Sum of RGB (Red+Green+Blue) = 236+61+183=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DB7 is #13C248. Grayscale: #7E7E7E. Windows color (decimal): -1294921 or 12008940. OLE color: 12008940.

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

Color convert

RGB23661183-
CMYK00.740.220.07
HSL318.17º82.16%58.24%-
HSV(B)318.17º74.15%92.55%-
XYZ44.8124.5947.18-
YUV127.23159.48205.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 61 (24.22% from 255) = 12.71%
BLUE value IS 183 (71.88% from 255) = 38.12%
R=49.17%
G=12.71%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366118300.740.220.07318.1782.1658.24
HexEC3DB704A16713e523a
Octal35475267011226747612272
Binary111011001111011011011101001010101101111001111101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3DB7; }

 p { color: rgb(236,61,183); }

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

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

 a { background-color: rgb(236,61,183); }

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

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

 span { border-color: rgb(236,61,183); }

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