Html Css Color HEX #ED0579 Razzmatazz

📋 copy color: '#ED0579'

red 237 ◦ green 5 ◦ blue 121

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

Shades of Razzmatazz #ED0579

Tints of Razzmatazz #ED0579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 65.29%
G = 1.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED0579 (or 0xED0579) is known color: Razzmatazz. HEX triplet: ED, 05 and 79. RGB value is (237,5,121). Sum of RGB (Red+Green+Blue) = 237+5+121=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0579 is #12FA86. Grayscale: #575757. Windows color (decimal): -1243783 or 7931373. OLE color: 7931373.

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

Color convert

RGB 237 5 121 -
CMYK 0 0.98 0.49 0.07
HSL 330º 0.96% 0.47% -
HSV(B) 330º 0.98% 0.93% -
XYZ 38.43 19.49 19.83 -
YUV 87.59 146.86 234.57 -
System Red Green Blue C M Y K H S L
Decimal 237 5 121 0 0.98 0.49 0.07 330 0.96 0.47
Hex ED 5 79 0 62 31 7 14A 60 2F
Octal 355 5 171 0 142 61 7 512 140 57
Binary 11101101 101 1111001 0 1100010 110001 111 101001010 1100000 101111

Color Harmonies of #ED0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0579

Black with #ED0579

Text Example


Text Example

White with #ED0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0579; }

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

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

background-color css

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

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

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

border-color css

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

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

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