Html Css Color HEX #EC0063 Razzmatazz

📋 copy color: '#EC0063'

red 236 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #EC0063

Tints of Razzmatazz #EC0063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 70.45%
G = 0%
B = 29.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0063 (or 0xEC0063) is known color: Razzmatazz. HEX triplet: EC, 00 and 63. RGB value is (236,0,99). Sum of RGB (Red+Green+Blue) = 236+0+99=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0063 is #13FF9C. Grayscale: #515151. Windows color (decimal): -1310621 or 6488300. OLE color: 6488300.

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

Color convert

RGB 236 0 99 -
CMYK 0 1 0.58 0.07
HSL 334.83º 1% 0.46% -
HSV(B) 334.83º 1% 0.93% -
XYZ 36.84 18.73 13.48 -
YUV 81.85 137.69 237.95 -
System Red Green Blue C M Y K H S L
Decimal 236 0 99 0 1 0.58 0.07 334.83 1 0.46
Hex EC 0 63 0 64 3A 7 14F 64 2E
Octal 354 0 143 0 144 72 7 517 144 56
Binary 11101100 0 1100011 0 1100100 111010 111 101001111 1100100 101110

Color Harmonies of #EC0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0063

Black with #EC0063

Text Example


Text Example

White with #EC0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0063; }

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

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

background-color css

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

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

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

border-color css

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

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

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