Html Css Color HEX #ED0063 Razzmatazz

📋 copy color: '#ED0063'

red 237 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #ED0063

Tints of Razzmatazz #ED0063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.54%
G = 0%
B = 29.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED0063 (or 0xED0063) is known color: Razzmatazz. HEX triplet: ED, 00 and 63. RGB value is (237,0,99). Sum of RGB (Red+Green+Blue) = 237+0+99=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0063 is #12FF9C. Grayscale: #515151. Windows color (decimal): -1245085 or 6488301. OLE color: 6488301.

HSL color Cylindrical-coordinate representation of color #ED0063: hue angle of 334.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0063 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 99 -
CMYK 0 1 0.58 0.07
HSL 334.94º 1% 0.46% -
HSV(B) 334.94º 1% 0.93% -
XYZ 37.18 18.91 13.49 -
YUV 82.15 137.52 238.45 -
System Red Green Blue C M Y K H S L
Decimal 237 0 99 0 1 0.58 0.07 334.94 1 0.46
Hex ED 0 63 0 64 3A 7 14F 64 2E
Octal 355 0 143 0 144 72 7 517 144 56
Binary 11101101 0 1100011 0 1100100 111010 111 101001111 1100100 101110

Color Harmonies of #ED0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0063

Black with #ED0063

Text Example


Text Example

White with #ED0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0063; }

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

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

background-color css

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

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

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

border-color css

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

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

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