Html Css Color HEX #ED0554 Razzmatazz

📋 copy color: '#ED0554'

red 237 ◦ green 5 ◦ blue 84

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

Shades of Razzmatazz #ED0554

Tints of Razzmatazz #ED0554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

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

R = 72.7%
G = 1.53%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED0554 (or 0xED0554) is known color: Razzmatazz. HEX triplet: ED, 05 and 54. RGB value is (237,5,84). Sum of RGB (Red+Green+Blue) = 237+5+84=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0554 is #12FAAB. Grayscale: #535353. Windows color (decimal): -1243820 or 5506541. OLE color: 5506541.

HSL color Cylindrical-coordinate representation of color #ED0554: hue angle of 339.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0554 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 5 84 -
CMYK 0 0.98 0.65 0.07
HSL 339.57º 0.96% 0.47% -
HSV(B) 339.57º 0.98% 0.93% -
XYZ 36.58 18.75 10.08 -
YUV 83.37 128.36 237.58 -
System Red Green Blue C M Y K H S L
Decimal 237 5 84 0 0.98 0.65 0.07 339.57 0.96 0.47
Hex ED 5 54 0 62 41 7 154 60 2F
Octal 355 5 124 0 142 101 7 524 140 57
Binary 11101101 101 1010100 0 1100010 1000001 111 101010100 1100000 101111

Color Harmonies of #ED0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0554

Black with #ED0554

Text Example


Text Example

White with #ED0554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0554; }

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

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

background-color css

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

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

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

border-color css

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

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

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