Html Css Color HEX #ED0563 Razzmatazz

📋 copy color: '#ED0563'

red 237 ◦ green 5 ◦ blue 99

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

Shades of Razzmatazz #ED0563

Tints of Razzmatazz #ED0563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 69.5%
G = 1.47%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED0563 (or 0xED0563) is known color: Razzmatazz. HEX triplet: ED, 05 and 63. RGB value is (237,5,99). Sum of RGB (Red+Green+Blue) = 237+5+99=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0563 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0563 is #12FA9C. Grayscale: #545454. Windows color (decimal): -1243805 or 6489581. OLE color: 6489581.

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

Color convert

RGB 237 5 99 -
CMYK 0 0.98 0.58 0.07
HSL 335.69º 0.96% 0.47% -
HSV(B) 335.69º 0.98% 0.93% -
XYZ 37.23 19.01 13.51 -
YUV 85.08 135.86 236.36 -
System Red Green Blue C M Y K H S L
Decimal 237 5 99 0 0.98 0.58 0.07 335.69 0.96 0.47
Hex ED 5 63 0 62 3A 7 150 60 2F
Octal 355 5 143 0 142 72 7 520 140 57
Binary 11101101 101 1100011 0 1100010 111010 111 101010000 1100000 101111

Color Harmonies of #ED0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0563

Black with #ED0563

Text Example


Text Example

White with #ED0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0563; }

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

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

background-color css

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

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

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

border-color css

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

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

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