Html Css Color HEX #EC0471 Razzmatazz

📋 copy color: '#EC0471'

red 236 ◦ green 4 ◦ blue 113

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

Shades of Razzmatazz #EC0471

Tints of Razzmatazz #EC0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 66.86%
G = 1.13%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC0471 (or 0xEC0471) is known color: Razzmatazz. HEX triplet: EC, 04 and 71. RGB value is (236,4,113). Sum of RGB (Red+Green+Blue) = 236+4+113=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0471 is #13FB8E. Grayscale: #555555. Windows color (decimal): -1309583 or 7406828. OLE color: 7406828.

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

Color convert

RGB 236 4 113 -
CMYK 0 0.98 0.52 0.07
HSL 331.81º 0.97% 0.47% -
HSV(B) 331.81º 0.98% 0.93% -
XYZ 37.62 19.11 17.33 -
YUV 85.79 143.36 235.14 -
System Red Green Blue C M Y K H S L
Decimal 236 4 113 0 0.98 0.52 0.07 331.81 0.97 0.47
Hex EC 4 71 0 62 34 7 14C 61 2F
Octal 354 4 161 0 142 64 7 514 141 57
Binary 11101100 100 1110001 0 1100010 110100 111 101001100 1100001 101111

Color Harmonies of #EC0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0471

Black with #EC0471

Text Example


Text Example

White with #EC0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0471; }

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

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

background-color css

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

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

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

border-color css

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

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

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