Html Css Color HEX #ED1054 Razzmatazz

📋 copy color: '#ED1054'

red 237 ◦ green 16 ◦ blue 84

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

Shades of Razzmatazz #ED1054

Tints of Razzmatazz #ED1054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.75%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 70.33%
G = 4.75%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED1054 (or 0xED1054) is known color: Razzmatazz. HEX triplet: ED, 10 and 54. RGB value is (237,16,84). Sum of RGB (Red+Green+Blue) = 237+16+84=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1054 is #12EFAB. Grayscale: #595959. Windows color (decimal): -1241004 or 5509357. OLE color: 5509357.

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

Color convert

RGB 237 16 84 -
CMYK 0 0.93 0.65 0.07
HSL 341.54º 0.87% 0.5% -
HSV(B) 341.54º 0.93% 0.93% -
XYZ 36.71 19.02 10.12 -
YUV 89.83 124.72 232.97 -
System Red Green Blue C M Y K H S L
Decimal 237 16 84 0 0.93 0.65 0.07 341.54 0.87 0.5
Hex ED 10 54 0 5D 41 7 156 57 32
Octal 355 20 124 0 135 101 7 526 127 62
Binary 11101101 10000 1010100 0 1011101 1000001 111 101010110 1010111 110010

Color Harmonies of #ED1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1054

Black with #ED1054

Text Example


Text Example

White with #ED1054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1054; }

 p { color: rgb(237,16,84); }

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

background-color css

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

 a { background-color: rgb(237,16,84); }

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

border-color css

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

 span { border-color: rgb(237,16,84); }

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