Html Css Color HEX #ED0571 Razzmatazz

📋 copy color: '#ED0571'

red 237 ◦ green 5 ◦ blue 113

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

Shades of Razzmatazz #ED0571

Tints of Razzmatazz #ED0571

RGB

 RED value IS 237 (92.97% from 255) = 66.76%

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

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

R = 66.76%
G = 1.41%
B = 31.83%

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

#ED0571 (or 0xED0571) is known color: Razzmatazz. HEX triplet: ED, 05 and 71. RGB value is (237,5,113). Sum of RGB (Red+Green+Blue) = 237+5+113=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0571 is #12FA8E. Grayscale: #565656. Windows color (decimal): -1243791 or 7407085. OLE color: 7407085.

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

Color convert

RGB 237 5 113 -
CMYK 0 0.98 0.52 0.07
HSL 332.07º 0.96% 0.47% -
HSV(B) 332.07º 0.98% 0.93% -
XYZ 37.96 19.31 17.35 -
YUV 86.68 142.86 235.22 -
System Red Green Blue C M Y K H S L
Decimal 237 5 113 0 0.98 0.52 0.07 332.07 0.96 0.47
Hex ED 5 71 0 62 34 7 14C 60 2F
Octal 355 5 161 0 142 64 7 514 140 57
Binary 11101101 101 1110001 0 1100010 110100 111 101001100 1100000 101111

Color Harmonies of #ED0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0571

Black with #ED0571

Text Example


Text Example

White with #ED0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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