Html Css Color HEX #ED1155 Razzmatazz

📋 copy color: '#ED1155'

red 237 ◦ green 17 ◦ blue 85

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

Shades of Razzmatazz #ED1155

Tints of Razzmatazz #ED1155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 69.91%
G = 5.01%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED1155 (or 0xED1155) is known color: Razzmatazz. HEX triplet: ED, 11 and 55. RGB value is (237,17,85). Sum of RGB (Red+Green+Blue) = 237+17+85=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1155 is #12EEAA. Grayscale: #5A5A5A. Windows color (decimal): -1240747 or 5575149. OLE color: 5575149.

HSL color Cylindrical-coordinate representation of color #ED1155: hue angle of 341.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 #ED1155 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 85 -
CMYK 0 0.93 0.64 0.07
HSL 341.45º 0.87% 0.5% -
HSV(B) 341.45º 0.93% 0.93% -
XYZ 36.77 19.06 10.34 -
YUV 90.53 124.89 232.47 -
System Red Green Blue C M Y K H S L
Decimal 237 17 85 0 0.93 0.64 0.07 341.45 0.87 0.5
Hex ED 11 55 0 5D 40 7 155 57 32
Octal 355 21 125 0 135 100 7 525 127 62
Binary 11101101 10001 1010101 0 1011101 1000000 111 101010101 1010111 110010

Color Harmonies of #ED1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1155

Black with #ED1155

Text Example


Text Example

White with #ED1155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1155; }

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

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

background-color css

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

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

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

border-color css

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

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

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