Html Css Color HEX #ED0060 Razzmatazz

📋 copy color: '#ED0060'

red 237 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #ED0060

Tints of Razzmatazz #ED0060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 71.17%
G = 0%
B = 28.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED0060 (or 0xED0060) is known color: Razzmatazz. HEX triplet: ED, 00 and 60. RGB value is (237,0,96). Sum of RGB (Red+Green+Blue) = 237+0+96=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0060 is #12FF9F. Grayscale: #515151. Windows color (decimal): -1245088 or 6291693. OLE color: 6291693.

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

Color convert

RGB 237 0 96 -
CMYK 0 1 0.59 0.07
HSL 335.7º 1% 0.46% -
HSV(B) 335.7º 1% 0.93% -
XYZ 37.04 18.85 12.75 -
YUV 81.81 136.02 238.69 -
System Red Green Blue C M Y K H S L
Decimal 237 0 96 0 1 0.59 0.07 335.7 1 0.46
Hex ED 0 60 0 64 3B 7 150 64 2E
Octal 355 0 140 0 144 73 7 520 144 56
Binary 11101101 0 1100000 0 1100100 111011 111 101010000 1100100 101110

Color Harmonies of #ED0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0060

Black with #ED0060

Text Example


Text Example

White with #ED0060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0060; }

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

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

background-color css

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

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

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

border-color css

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

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

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