Html Css Color HEX #ED0776 Razzmatazz

📋 copy color: '#ED0776'

red 237 ◦ green 7 ◦ blue 118

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

Shades of Razzmatazz #ED0776

Tints of Razzmatazz #ED0776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 65.47%
G = 1.93%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED0776 (or 0xED0776) is known color: Razzmatazz. HEX triplet: ED, 07 and 76. RGB value is (237,7,118). Sum of RGB (Red+Green+Blue) = 237+7+118=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0776 is #12F889. Grayscale: #585858. Windows color (decimal): -1243274 or 7735277. OLE color: 7735277.

HSL color Cylindrical-coordinate representation of color #ED0776: hue angle of 331.04º 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 #ED0776 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 118 -
CMYK 0 0.97 0.50 0.07
HSL 331.04º 0.94% 0.48% -
HSV(B) 331.04º 0.97% 0.93% -
XYZ 38.27 19.46 18.88 -
YUV 88.42 144.7 233.97 -
System Red Green Blue C M Y K H S L
Decimal 237 7 118 0 0.97 0.50 0.07 331.04 0.94 0.48
Hex ED 7 76 0 61 32 7 14B 5E 30
Octal 355 7 166 0 141 62 7 513 136 60
Binary 11101101 111 1110110 0 1100001 110010 111 101001011 1011110 110000

Color Harmonies of #ED0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0776

Black with #ED0776

Text Example


Text Example

White with #ED0776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0776; }

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

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

background-color css

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

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

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

border-color css

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

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

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