Html Css Color HEX #EC0149 Razzmatazz

📋 copy color: '#EC0149'

red 236 ◦ green 1 ◦ blue 73

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

Shades of Razzmatazz #EC0149

Tints of Razzmatazz #EC0149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 76.13%
G = 0.32%
B = 23.55%

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

#EC0149 (or 0xEC0149) is known color: Razzmatazz. HEX triplet: EC, 01 and 49. RGB value is (236,1,73). Sum of RGB (Red+Green+Blue) = 236+1+73=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0149 is #13FEB6. Grayscale: #4F4F4F. Windows color (decimal): -1310391 or 4784620. OLE color: 4784620.

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

Color convert

RGB 236 1 73 -
CMYK 0 1.00 0.69 0.07
HSL 341.62º 0.99% 0.46% -
HSV(B) 341.62º 1% 0.93% -
XYZ 35.81 18.34 7.96 -
YUV 79.47 124.36 239.65 -
System Red Green Blue C M Y K H S L
Decimal 236 1 73 0 1.00 0.69 0.07 341.62 0.99 0.46
Hex EC 1 49 0 64 45 7 156 63 2E
Octal 354 1 111 0 144 105 7 526 143 56
Binary 11101100 1 1001001 0 1100100 1000101 111 101010110 1100011 101110

Color Harmonies of #EC0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0149

Black with #EC0149

Text Example


Text Example

White with #EC0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0149; }

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

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

background-color css

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

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

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

border-color css

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

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

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