Html Css Color HEX #EC0076 Razzmatazz

📋 copy color: '#EC0076'

red 236 ◦ green 0 ◦ blue 118

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

Shades of Razzmatazz #EC0076

Tints of Razzmatazz #EC0076

RGB

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

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

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC0076 (or 0xEC0076) is known color: Razzmatazz. HEX triplet: EC, 00 and 76. RGB value is (236,0,118). Sum of RGB (Red+Green+Blue) = 236+0+118=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0076 is #13FF89. Grayscale: #535353. Windows color (decimal): -1310602 or 7733484. OLE color: 7733484.

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

Color convert

RGB 236 0 118 -
CMYK 0 1 0.5 0.07
HSL 330º 1% 0.46% -
HSV(B) 330º 1% 0.93% -
XYZ 37.86 19.14 18.84 -
YUV 84.02 147.19 236.41 -
System Red Green Blue C M Y K H S L
Decimal 236 0 118 0 1 0.5 0.07 330 1 0.46
Hex EC 0 76 0 64 32 7 14A 64 2E
Octal 354 0 166 0 144 62 7 512 144 56
Binary 11101100 0 1110110 0 1100100 110010 111 101001010 1100100 101110

Color Harmonies of #EC0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0076

Black with #EC0076

Text Example


Text Example

White with #EC0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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