Html Css Color HEX #EC0059 Razzmatazz

📋 copy color: '#EC0059'

red 236 ◦ green 0 ◦ blue 89

#EC0059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #EC0059

Tints of Razzmatazz #EC0059

RGB

 RED value IS 236 (92.58% from 255) = 72.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 72.62%
G = 0%
B = 27.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC0059 (or 0xEC0059) is known color: Razzmatazz. HEX triplet: EC, 00 and 59. RGB value is (236,0,89). Sum of RGB (Red+Green+Blue) = 236+0+89=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0059 is #13FFA6. Grayscale: #505050. Windows color (decimal): -1310631 or 5832940. OLE color: 5832940.

HSL color Cylindrical-coordinate representation of color #EC0059: hue angle of 337.37º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0059 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 89 -
CMYK 0 1 0.62 0.07
HSL 337.37º 1% 0.46% -
HSV(B) 337.37º 1% 0.93% -
XYZ 36.4 18.55 11.11 -
YUV 80.71 132.69 238.76 -
System Red Green Blue C M Y K H S L
Decimal 236 0 89 0 1 0.62 0.07 337.37 1 0.46
Hex EC 0 59 0 64 3E 7 151 64 2E
Octal 354 0 131 0 144 76 7 521 144 56
Binary 11101100 0 1011001 0 1100100 111110 111 101010001 1100100 101110

Color Harmonies of #EC0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0059

Black with #EC0059

Text Example


Text Example

White with #EC0059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0059; }

 p { color: rgb(236,0,89); }

 H1.HeaderClassName
 {
   color: #EC0059;
 }
 .AnyTagClassName
 {
   color: #EC0059;
 }
</style>

background-color css

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

 a { background-color: rgb(236,0,89); }

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

border-color css

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

 span { border-color: rgb(236,0,89); }

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