Html Css Color HEX #EC0463 Razzmatazz

📋 copy color: '#EC0463'

red 236 ◦ green 4 ◦ blue 99

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

Shades of Razzmatazz #EC0463

Tints of Razzmatazz #EC0463

RGB

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

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

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

R = 69.62%
G = 1.18%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0463 (or 0xEC0463) is known color: Razzmatazz. HEX triplet: EC, 04 and 63. RGB value is (236,4,99). Sum of RGB (Red+Green+Blue) = 236+4+99=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0463 is #13FB9C. Grayscale: #545454. Windows color (decimal): -1309597 or 6489324. OLE color: 6489324.

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

Color convert

RGB 236 4 99 -
CMYK 0 0.98 0.58 0.07
HSL 335.43º 0.97% 0.47% -
HSV(B) 335.43º 0.98% 0.93% -
XYZ 36.89 18.82 13.49 -
YUV 84.2 136.36 236.28 -
System Red Green Blue C M Y K H S L
Decimal 236 4 99 0 0.98 0.58 0.07 335.43 0.97 0.47
Hex EC 4 63 0 62 3A 7 14F 61 2F
Octal 354 4 143 0 142 72 7 517 141 57
Binary 11101100 100 1100011 0 1100010 111010 111 101001111 1100001 101111

Color Harmonies of #EC0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0463

Black with #EC0463

Text Example


Text Example

White with #EC0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0463; }

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

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

background-color css

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

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

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

border-color css

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

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

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