Html Css Color HEX #EC0676 Razzmatazz

📋 copy color: '#EC0676'

red 236 ◦ green 6 ◦ blue 118

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

Shades of Razzmatazz #EC0676

Tints of Razzmatazz #EC0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

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

R = 65.56%
G = 1.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC0676 (or 0xEC0676) is known color: Razzmatazz. HEX triplet: EC, 06 and 76. RGB value is (236,6,118). Sum of RGB (Red+Green+Blue) = 236+6+118=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0676 is #13F989. Grayscale: #575757. Windows color (decimal): -1309066 or 7735020. OLE color: 7735020.

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

Color convert

RGB 236 6 118 -
CMYK 0 0.97 0.5 0.07
HSL 330.78º 0.95% 0.47% -
HSV(B) 330.78º 0.97% 0.93% -
XYZ 37.93 19.27 18.86 -
YUV 87.54 145.2 233.89 -
System Red Green Blue C M Y K H S L
Decimal 236 6 118 0 0.97 0.5 0.07 330.78 0.95 0.47
Hex EC 6 76 0 61 32 7 14B 5F 2F
Octal 354 6 166 0 141 62 7 513 137 57
Binary 11101100 110 1110110 0 1100001 110010 111 101001011 1011111 101111

Color Harmonies of #EC0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0676

Black with #EC0676

Text Example


Text Example

White with #EC0676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0676; }

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

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

background-color css

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

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

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

border-color css

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

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

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