Html Css Color HEX #ED1160 Razzmatazz

📋 copy color: '#ED1160'

red 237 ◦ green 17 ◦ blue 96

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

Shades of Razzmatazz #ED1160

Tints of Razzmatazz #ED1160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

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

R = 67.71%
G = 4.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED1160 (or 0xED1160) is known color: Razzmatazz. HEX triplet: ED, 11 and 60. RGB value is (237,17,96). Sum of RGB (Red+Green+Blue) = 237+17+96=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1160 is #12EE9F. Grayscale: #5B5B5B. Windows color (decimal): -1240736 or 6296045. OLE color: 6296045.

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

Color convert

RGB 237 17 96 -
CMYK 0 0.93 0.59 0.07
HSL 338.45º 0.87% 0.5% -
HSV(B) 338.45º 0.93% 0.93% -
XYZ 37.24 19.25 12.82 -
YUV 91.79 130.39 231.58 -
System Red Green Blue C M Y K H S L
Decimal 237 17 96 0 0.93 0.59 0.07 338.45 0.87 0.5
Hex ED 11 60 0 5D 3B 7 152 57 32
Octal 355 21 140 0 135 73 7 522 127 62
Binary 11101101 10001 1100000 0 1011101 111011 111 101010010 1010111 110010

Color Harmonies of #ED1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1160

Black with #ED1160

Text Example


Text Example

White with #ED1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1160; }

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

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

background-color css

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

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

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

border-color css

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

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

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