Html Css Color HEX #EC0473 Razzmatazz

📋 copy color: '#EC0473'

red 236 ◦ green 4 ◦ blue 115

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

Shades of Razzmatazz #EC0473

Tints of Razzmatazz #EC0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 66.48%
G = 1.13%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC0473 (or 0xEC0473) is known color: Razzmatazz. HEX triplet: EC, 04 and 73. RGB value is (236,4,115). Sum of RGB (Red+Green+Blue) = 236+4+115=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0473 is #13FB8C. Grayscale: #555555. Windows color (decimal): -1309581 or 7537900. OLE color: 7537900.

HSL color Cylindrical-coordinate representation of color #EC0473: hue angle of 331.29º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0473 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 115 -
CMYK 0 0.98 0.51 0.07
HSL 331.29º 0.97% 0.47% -
HSV(B) 331.29º 0.98% 0.93% -
XYZ 37.73 19.16 17.93 -
YUV 86.02 144.36 234.97 -
System Red Green Blue C M Y K H S L
Decimal 236 4 115 0 0.98 0.51 0.07 331.29 0.97 0.47
Hex EC 4 73 0 62 33 7 14B 61 2F
Octal 354 4 163 0 142 63 7 513 141 57
Binary 11101100 100 1110011 0 1100010 110011 111 101001011 1100001 101111

Color Harmonies of #EC0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0473

Black with #EC0473

Text Example


Text Example

White with #EC0473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0473; }

 p { color: rgb(236,4,115); }

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

background-color css

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

 a { background-color: rgb(236,4,115); }

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

border-color css

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

 span { border-color: rgb(236,4,115); }

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