Html Css Color HEX #EC004A Razzmatazz

📋 copy color: '#EC004A'

red 236 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #EC004A

Tints of Razzmatazz #EC004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 76.13%
G = 0%
B = 23.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC004A (or 0xEC004A) is known color: Razzmatazz. HEX triplet: EC, 00 and 4A. RGB value is (236,0,74). Sum of RGB (Red+Green+Blue) = 236+0+74=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC004A is #13FFB5. Grayscale: #4E4E4E. Windows color (decimal): -1310646 or 4849900. OLE color: 4849900.

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

Color convert

RGB 236 0 74 -
CMYK 0 1 0.69 0.07
HSL 341.19º 1% 0.46% -
HSV(B) 341.19º 1% 0.93% -
XYZ 35.83 18.33 8.13 -
YUV 79 125.19 239.98 -
System Red Green Blue C M Y K H S L
Decimal 236 0 74 0 1 0.69 0.07 341.19 1 0.46
Hex EC 0 4A 0 64 45 7 155 64 2E
Octal 354 0 112 0 144 105 7 525 144 56
Binary 11101100 0 1001010 0 1100100 1000101 111 101010101 1100100 101110

Color Harmonies of #EC004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC004A

Black with #EC004A

Text Example


Text Example

White with #EC004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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