Html Css Color HEX #ED0577 Razzmatazz

📋 copy color: '#ED0577'

red 237 ◦ green 5 ◦ blue 119

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

Shades of Razzmatazz #ED0577

Tints of Razzmatazz #ED0577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 65.65%
G = 1.39%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED0577 (or 0xED0577) is known color: Razzmatazz. HEX triplet: ED, 05 and 77. RGB value is (237,5,119). Sum of RGB (Red+Green+Blue) = 237+5+119=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0577 is #12FA88. Grayscale: #575757. Windows color (decimal): -1243785 or 7800301. OLE color: 7800301.

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

Color convert

RGB 237 5 119 -
CMYK 0 0.98 0.50 0.07
HSL 330.52º 0.96% 0.47% -
HSV(B) 330.52º 0.98% 0.93% -
XYZ 38.31 19.44 19.19 -
YUV 87.36 145.86 234.73 -
System Red Green Blue C M Y K H S L
Decimal 237 5 119 0 0.98 0.50 0.07 330.52 0.96 0.47
Hex ED 5 77 0 62 32 7 14B 60 2F
Octal 355 5 167 0 142 62 7 513 140 57
Binary 11101101 101 1110111 0 1100010 110010 111 101001011 1100000 101111

Color Harmonies of #ED0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0577

Black with #ED0577

Text Example


Text Example

White with #ED0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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