Html Css Color HEX #EC0060 Razzmatazz

📋 copy color: '#EC0060'

red 236 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #EC0060

Tints of Razzmatazz #EC0060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 71.08%
G = 0%
B = 28.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC0060 (or 0xEC0060) is known color: Razzmatazz. HEX triplet: EC, 00 and 60. RGB value is (236,0,96). Sum of RGB (Red+Green+Blue) = 236+0+96=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0060 is #13FF9F. Grayscale: #515151. Windows color (decimal): -1310624 or 6291692. OLE color: 6291692.

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

Color convert

RGB 236 0 96 -
CMYK 0 1 0.59 0.07
HSL 335.59º 1% 0.46% -
HSV(B) 335.59º 1% 0.93% -
XYZ 36.7 18.68 12.74 -
YUV 81.51 136.19 238.19 -
System Red Green Blue C M Y K H S L
Decimal 236 0 96 0 1 0.59 0.07 335.59 1 0.46
Hex EC 0 60 0 64 3B 7 150 64 2E
Octal 354 0 140 0 144 73 7 520 144 56
Binary 11101100 0 1100000 0 1100100 111011 111 101010000 1100100 101110

Color Harmonies of #EC0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0060

Black with #EC0060

Text Example


Text Example

White with #EC0060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0060; }

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

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

background-color css

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

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

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

border-color css

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

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

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