Html Css Color HEX #EC0462 Razzmatazz

📋 copy color: '#EC0462'

red 236 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #EC0462

Tints of Razzmatazz #EC0462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 69.82%
G = 1.18%
B = 28.99%

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

#EC0462 (or 0xEC0462) is known color: Razzmatazz. HEX triplet: EC, 04 and 62. RGB value is (236,4,98). Sum of RGB (Red+Green+Blue) = 236+4+98=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0462 is #13FB9D. Grayscale: #535353. Windows color (decimal): -1309598 or 6423788. OLE color: 6423788.

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

Color convert

RGB 236 4 98 -
CMYK 0 0.98 0.58 0.07
HSL 335.69º 0.97% 0.47% -
HSV(B) 335.69º 0.98% 0.93% -
XYZ 36.84 18.8 13.24 -
YUV 84.08 135.86 236.36 -
System Red Green Blue C M Y K H S L
Decimal 236 4 98 0 0.98 0.58 0.07 335.69 0.97 0.47
Hex EC 4 62 0 62 3A 7 150 61 2F
Octal 354 4 142 0 142 72 7 520 141 57
Binary 11101100 100 1100010 0 1100010 111010 111 101010000 1100001 101111

Color Harmonies of #EC0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0462

Black with #EC0462

Text Example


Text Example

White with #EC0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0462; }

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

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

background-color css

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

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

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

border-color css

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

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

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