Html Css Color HEX #EC0176 Razzmatazz

📋 copy color: '#EC0176'

red 236 ◦ green 1 ◦ blue 118

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

Shades of Razzmatazz #EC0176

Tints of Razzmatazz #EC0176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 66.48%
G = 0.28%
B = 33.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC0176 (or 0xEC0176) is known color: Razzmatazz. HEX triplet: EC, 01 and 76. RGB value is (236,1,118). Sum of RGB (Red+Green+Blue) = 236+1+118=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0176 is #13FE89. Grayscale: #545454. Windows color (decimal): -1310346 or 7733740. OLE color: 7733740.

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

Color convert

RGB 236 1 118 -
CMYK 0 1.00 0.5 0.07
HSL 330.13º 0.99% 0.46% -
HSV(B) 330.13º 1% 0.93% -
XYZ 37.87 19.16 18.84 -
YUV 84.6 146.86 235.99 -
System Red Green Blue C M Y K H S L
Decimal 236 1 118 0 1.00 0.5 0.07 330.13 0.99 0.46
Hex EC 1 76 0 64 32 7 14A 63 2E
Octal 354 1 166 0 144 62 7 512 143 56
Binary 11101100 1 1110110 0 1100100 110010 111 101001010 1100011 101110

Color Harmonies of #EC0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0176

Black with #EC0176

Text Example


Text Example

White with #EC0176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0176; }

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

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

background-color css

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

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

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

border-color css

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

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

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