#EC37CD

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

Shades of Razzle Dazzle Rose #EC37CD

Tints of Razzle Dazzle Rose #EC37CD

Color information

#EC37CD (or 0xEC37CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 37 and CD. RGB value is (236,55,205). Sum of RGB (Red+Green+Blue) = 236+55+205=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37CD is #13C832. Grayscale: #7D7D7D. Windows color (decimal): -1296435 or 13449196. OLE color: 13449196.

HSL color Cylindrical-coordinate representation of color #EC37CD: hue angle of 310.28º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC37CD is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB23655205-
CMYK00.770.130.07
HSL310.28º82.65%57.06%-
HSV(B)310.28º76.69%92.55%-
XYZ46.9824.9760.1-
YUV126.22172.47206.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 55 (21.88% from 255) = 11.09%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=47.58%
G=11.09%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365520500.770.130.07310.2882.6557.06
HexEC37CD04DD71365339
Octal35467315011515746612371
Binary11101100110111110011010100110111011111001101101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC37CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC37CD; }

 p { color: rgb(236,55,205); }

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

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

 a { background-color: rgb(236,55,205); }

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

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

 span { border-color: rgb(236,55,205); }

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