#EC37BD

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

Shades of Razzle Dazzle Rose #EC37BD

Tints of Razzle Dazzle Rose #EC37BD

Color information

#EC37BD (or 0xEC37BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 37 and BD. RGB value is (236,55,189). Sum of RGB (Red+Green+Blue) = 236+55+189=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37BD is #13C842. Grayscale: #7C7C7C. Windows color (decimal): -1296451 or 12400620. OLE color: 12400620.

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

Color convert

RGB23655189-
CMYK00.770.200.07
HSL315.58º82.65%57.06%-
HSV(B)315.58º76.69%92.55%-
XYZ45.1424.2450.44-
YUV124.39164.47207.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 55 (21.88% from 255) = 11.46%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=49.17%
G=11.46%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365518900.770.200.07315.5882.6557.06
HexEC37BD04D14713c5339
Octal35467275011524747412371
Binary111011001101111011110101001101101001111001111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC37BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC37BD; }

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

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

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

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

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

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

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

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