Html Css Color HEX #ED0249 Razzmatazz

📋 copy color: '#ED0249'

red 237 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #ED0249

Tints of Razzmatazz #ED0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 75.96%
G = 0.64%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED0249 (or 0xED0249) is known color: Razzmatazz. HEX triplet: ED, 02 and 49. RGB value is (237,2,73). Sum of RGB (Red+Green+Blue) = 237+2+73=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0249 is #12FDB6. Grayscale: #505050. Windows color (decimal): -1244599 or 4784877. OLE color: 4784877.

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

Color convert

RGB 237 2 73 -
CMYK 0 0.99 0.69 0.07
HSL 341.87º 0.98% 0.47% -
HSV(B) 341.87º 0.99% 0.93% -
XYZ 36.15 18.53 7.97 -
YUV 80.36 123.86 239.73 -
System Red Green Blue C M Y K H S L
Decimal 237 2 73 0 0.99 0.69 0.07 341.87 0.98 0.47
Hex ED 2 49 0 63 45 7 156 62 2F
Octal 355 2 111 0 143 105 7 526 142 57
Binary 11101101 10 1001001 0 1100011 1000101 111 101010110 1100010 101111

Color Harmonies of #ED0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0249

Black with #ED0249

Text Example


Text Example

White with #ED0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0249; }

 p { color: rgb(237,2,73); }

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

background-color css

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

 a { background-color: rgb(237,2,73); }

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

border-color css

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

 span { border-color: rgb(237,2,73); }

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