#EC37CC

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

Shades of Razzle Dazzle Rose #EC37CC

Tints of Razzle Dazzle Rose #EC37CC

Color information

#EC37CC (or 0xEC37CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 37 and CC. RGB value is (236,55,204). Sum of RGB (Red+Green+Blue) = 236+55+204=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37CC is #13C833. Grayscale: #7D7D7D. Windows color (decimal): -1296436 or 13383660. OLE color: 13383660.

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

Color convert

RGB23655204-
CMYK00.770.140.07
HSL310.61º82.65%57.06%-
HSV(B)310.61º76.69%92.55%-
XYZ46.8624.9259.47-
YUV126.1171.97206.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 55 (21.88% from 255) = 11.11%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=47.68%
G=11.11%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365520400.770.140.07310.6182.6557.06
HexEC37CC04DE71375339
Octal35467314011516746712371
Binary11101100110111110011000100110111101111001101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC37CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC37CC; }

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

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

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

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

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

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

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

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