Html Css Color HEX #ED0276 Razzmatazz

📋 copy color: '#ED0276'

red 237 ◦ green 2 ◦ blue 118

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

Shades of Razzmatazz #ED0276

Tints of Razzmatazz #ED0276

RGB

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

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

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

R = 66.39%
G = 0.56%
B = 33.05%

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

#ED0276 (or 0xED0276) is known color: Razzmatazz. HEX triplet: ED, 02 and 76. RGB value is (237,2,118). Sum of RGB (Red+Green+Blue) = 237+2+118=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0276 is #12FD89. Grayscale: #555555. Windows color (decimal): -1244554 or 7733997. OLE color: 7733997.

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

Color convert

RGB 237 2 118 -
CMYK 0 0.99 0.50 0.07
HSL 330.38º 0.98% 0.47% -
HSV(B) 330.38º 0.99% 0.93% -
XYZ 38.22 19.36 18.86 -
YUV 85.49 146.36 236.07 -
System Red Green Blue C M Y K H S L
Decimal 237 2 118 0 0.99 0.50 0.07 330.38 0.98 0.47
Hex ED 2 76 0 63 32 7 14A 62 2F
Octal 355 2 166 0 143 62 7 512 142 57
Binary 11101101 10 1110110 0 1100011 110010 111 101001010 1100010 101111

Color Harmonies of #ED0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0276

Black with #ED0276

Text Example


Text Example

White with #ED0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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