Html Css Color HEX #ED0954 Razzmatazz

📋 copy color: '#ED0954'

red 237 ◦ green 9 ◦ blue 84

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

Shades of Razzmatazz #ED0954

Tints of Razzmatazz #ED0954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.73%

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

R = 71.82%
G = 2.73%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED0954 (or 0xED0954) is known color: Razzmatazz. HEX triplet: ED, 09 and 54. RGB value is (237,9,84). Sum of RGB (Red+Green+Blue) = 237+9+84=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0954 is #12F6AB. Grayscale: #555555. Windows color (decimal): -1242796 or 5507565. OLE color: 5507565.

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

Color convert

RGB 237 9 84 -
CMYK 0 0.96 0.65 0.07
HSL 340.26º 0.93% 0.48% -
HSV(B) 340.26º 0.96% 0.93% -
XYZ 36.62 18.84 10.09 -
YUV 85.72 127.04 235.9 -
System Red Green Blue C M Y K H S L
Decimal 237 9 84 0 0.96 0.65 0.07 340.26 0.93 0.48
Hex ED 9 54 0 60 41 7 154 5D 30
Octal 355 11 124 0 140 101 7 524 135 60
Binary 11101101 1001 1010100 0 1100000 1000001 111 101010100 1011101 110000

Color Harmonies of #ED0954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0954

Black with #ED0954

Text Example


Text Example

White with #ED0954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0954; }

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

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

background-color css

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

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

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

border-color css

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

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

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