Html Css Color HEX #EC0571 Razzmatazz

📋 copy color: '#EC0571'

red 236 ◦ green 5 ◦ blue 113

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

Shades of Razzmatazz #EC0571

Tints of Razzmatazz #EC0571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 66.67%
G = 1.41%
B = 31.92%

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

#EC0571 (or 0xEC0571) is known color: Razzmatazz. HEX triplet: EC, 05 and 71. RGB value is (236,5,113). Sum of RGB (Red+Green+Blue) = 236+5+113=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0571 is #13FA8E. Grayscale: #565656. Windows color (decimal): -1309327 or 7407084. OLE color: 7407084.

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

Color convert

RGB 236 5 113 -
CMYK 0 0.98 0.52 0.07
HSL 331.95º 0.96% 0.47% -
HSV(B) 331.95º 0.98% 0.93% -
XYZ 37.63 19.13 17.33 -
YUV 86.38 143.03 234.72 -
System Red Green Blue C M Y K H S L
Decimal 236 5 113 0 0.98 0.52 0.07 331.95 0.96 0.47
Hex EC 5 71 0 62 34 7 14C 60 2F
Octal 354 5 161 0 142 64 7 514 140 57
Binary 11101100 101 1110001 0 1100010 110100 111 101001100 1100000 101111

Color Harmonies of #EC0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0571

Black with #EC0571

Text Example


Text Example

White with #EC0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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