Html Css Color HEX #ED0759 Razzmatazz

📋 copy color: '#ED0759'

red 237 ◦ green 7 ◦ blue 89

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

Shades of Razzmatazz #ED0759

Tints of Razzmatazz #ED0759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 71.17%
G = 2.1%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED0759 (or 0xED0759) is known color: Razzmatazz. HEX triplet: ED, 07 and 59. RGB value is (237,7,89). Sum of RGB (Red+Green+Blue) = 237+7+89=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0759 is #12F8A6. Grayscale: #555555. Windows color (decimal): -1243303 or 5834733. OLE color: 5834733.

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

Color convert

RGB 237 7 89 -
CMYK 0 0.97 0.62 0.07
HSL 338.61º 0.94% 0.48% -
HSV(B) 338.61º 0.97% 0.93% -
XYZ 36.8 18.88 11.16 -
YUV 85.12 130.2 236.33 -
System Red Green Blue C M Y K H S L
Decimal 237 7 89 0 0.97 0.62 0.07 338.61 0.94 0.48
Hex ED 7 59 0 61 3E 7 153 5E 30
Octal 355 7 131 0 141 76 7 523 136 60
Binary 11101101 111 1011001 0 1100001 111110 111 101010011 1011110 110000

Color Harmonies of #ED0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0759

Black with #ED0759

Text Example


Text Example

White with #ED0759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0759; }

 p { color: rgb(237,7,89); }

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

background-color css

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

 a { background-color: rgb(237,7,89); }

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

border-color css

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

 span { border-color: rgb(237,7,89); }

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