Html Css Color HEX #EC0276 Razzmatazz

📋 copy color: '#EC0276'

red 236 ◦ green 2 ◦ blue 118

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

Shades of Razzmatazz #EC0276

Tints of Razzmatazz #EC0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 66.29%
G = 0.56%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC0276 (or 0xEC0276) is known color: Razzmatazz. HEX triplet: EC, 02 and 76. RGB value is (236,2,118). Sum of RGB (Red+Green+Blue) = 236+2+118=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0276 is #13FD89. Grayscale: #545454. Windows color (decimal): -1310090 or 7733996. OLE color: 7733996.

HSL color Cylindrical-coordinate representation of color #EC0276: hue angle of 330.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0276 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 118 -
CMYK 0 0.99 0.5 0.07
HSL 330.26º 0.98% 0.47% -
HSV(B) 330.26º 0.99% 0.93% -
XYZ 37.88 19.18 18.85 -
YUV 85.19 146.52 235.57 -
System Red Green Blue C M Y K H S L
Decimal 236 2 118 0 0.99 0.5 0.07 330.26 0.98 0.47
Hex EC 2 76 0 63 32 7 14A 62 2F
Octal 354 2 166 0 143 62 7 512 142 57
Binary 11101100 10 1110110 0 1100011 110010 111 101001010 1100010 101111

Color Harmonies of #EC0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0276

Black with #EC0276

Text Example


Text Example

White with #EC0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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