Html Css Color HEX #EC014A Razzmatazz

📋 copy color: '#EC014A'

red 236 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #EC014A

Tints of Razzmatazz #EC014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 75.88%
G = 0.32%
B = 23.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC014A (or 0xEC014A) is known color: Razzmatazz. HEX triplet: EC, 01 and 4A. RGB value is (236,1,74). Sum of RGB (Red+Green+Blue) = 236+1+74=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC014A is #13FEB5. Grayscale: #4F4F4F. Windows color (decimal): -1310390 or 4850156. OLE color: 4850156.

HSL color Cylindrical-coordinate representation of color #EC014A: hue angle of 341.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC014A is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 74 -
CMYK 0 1.00 0.69 0.07
HSL 341.36º 0.99% 0.46% -
HSV(B) 341.36º 1% 0.93% -
XYZ 35.84 18.35 8.13 -
YUV 79.59 124.86 239.56 -
System Red Green Blue C M Y K H S L
Decimal 236 1 74 0 1.00 0.69 0.07 341.36 0.99 0.46
Hex EC 1 4A 0 64 45 7 155 63 2E
Octal 354 1 112 0 144 105 7 525 143 56
Binary 11101100 1 1001010 0 1100100 1000101 111 101010101 1100011 101110

Color Harmonies of #EC014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC014A

Black with #EC014A

Text Example


Text Example

White with #EC014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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