Html Css Color HEX #EC0071 Razzmatazz

📋 copy color: '#EC0071'

red 236 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #EC0071

Tints of Razzmatazz #EC0071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 67.62%
G = 0%
B = 32.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC0071 (or 0xEC0071) is known color: Razzmatazz. HEX triplet: EC, 00 and 71. RGB value is (236,0,113). Sum of RGB (Red+Green+Blue) = 236+0+113=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0071 is #13FF8E. Grayscale: #535353. Windows color (decimal): -1310607 or 7405804. OLE color: 7405804.

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

Color convert

RGB 236 0 113 -
CMYK 0 1 0.52 0.07
HSL 331.27º 1% 0.46% -
HSV(B) 331.27º 1% 0.93% -
XYZ 37.57 19.03 17.31 -
YUV 83.45 144.69 236.81 -
System Red Green Blue C M Y K H S L
Decimal 236 0 113 0 1 0.52 0.07 331.27 1 0.46
Hex EC 0 71 0 64 34 7 14B 64 2E
Octal 354 0 161 0 144 64 7 513 144 56
Binary 11101100 0 1110001 0 1100100 110100 111 101001011 1100100 101110

Color Harmonies of #EC0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0071

Black with #EC0071

Text Example


Text Example

White with #EC0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0071; }

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

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

background-color css

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

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

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

border-color css

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

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

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