Html Css Color HEX #ED0376 Razzmatazz

📋 copy color: '#ED0376'

red 237 ◦ green 3 ◦ blue 118

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

Shades of Razzmatazz #ED0376

Tints of Razzmatazz #ED0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 66.2%
G = 0.84%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED0376 (or 0xED0376) is known color: Razzmatazz. HEX triplet: ED, 03 and 76. RGB value is (237,3,118). Sum of RGB (Red+Green+Blue) = 237+3+118=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0376 is #12FC89. Grayscale: #555555. Windows color (decimal): -1244298 or 7734253. OLE color: 7734253.

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

Color convert

RGB 237 3 118 -
CMYK 0 0.99 0.50 0.07
HSL 330.51º 0.98% 0.47% -
HSV(B) 330.51º 0.99% 0.93% -
XYZ 38.23 19.38 18.86 -
YUV 86.08 146.02 235.65 -
System Red Green Blue C M Y K H S L
Decimal 237 3 118 0 0.99 0.50 0.07 330.51 0.98 0.47
Hex ED 3 76 0 63 32 7 14B 62 2F
Octal 355 3 166 0 143 62 7 513 142 57
Binary 11101101 11 1110110 0 1100011 110010 111 101001011 1100010 101111

Color Harmonies of #ED0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0376

Black with #ED0376

Text Example


Text Example

White with #ED0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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