Html Css Color HEX #ED0050 Razzmatazz

📋 copy color: '#ED0050'

red 237 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #ED0050

Tints of Razzmatazz #ED0050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 74.76%
G = 0%
B = 25.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED0050 (or 0xED0050) is known color: Razzmatazz. HEX triplet: ED, 00 and 50. RGB value is (237,0,80). Sum of RGB (Red+Green+Blue) = 237+0+80=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0050 is #12FFAF. Grayscale: #4F4F4F. Windows color (decimal): -1245104 or 5243117. OLE color: 5243117.

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

Color convert

RGB 237 0 80 -
CMYK 0 1 0.66 0.07
HSL 339.75º 1% 0.46% -
HSV(B) 339.75º 1% 0.93% -
XYZ 36.37 18.58 9.26 -
YUV 79.98 128.02 240 -
System Red Green Blue C M Y K H S L
Decimal 237 0 80 0 1 0.66 0.07 339.75 1 0.46
Hex ED 0 50 0 64 42 7 154 64 2E
Octal 355 0 120 0 144 102 7 524 144 56
Binary 11101101 0 1010000 0 1100100 1000010 111 101010100 1100100 101110

Color Harmonies of #ED0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0050

Black with #ED0050

Text Example


Text Example

White with #ED0050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0050; }

 p { color: rgb(237,0,80); }

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

background-color css

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

 a { background-color: rgb(237,0,80); }

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

border-color css

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

 span { border-color: rgb(237,0,80); }

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