#ED004B

Color #ED004B Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #ED004B

Tints of Razzmatazz #ED004B

Color information

#ED004B (or 0xED004B) is unknown color: approx Razzmatazz. HEX triplet: ED, 00 and 4B. RGB value is (237,0,75). Sum of RGB (Red+Green+Blue) = 237+0+75=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED004B is #12FFB4. Grayscale: #4F4F4F. Windows color (decimal): -1245109 or 4915437. OLE color: 4915437.

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

Color convert

RGB237075-
CMYK010.680.07
HSL341.01º100%46.47%-
HSV(B)341.01º100%92.94%-
XYZ36.218.518.32-
YUV79.41125.52240.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=75.96%
G=0%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237075010.680.07341.0110046.47
HexED04B064447155642e
Octal35501130144104752514456
Binary11101101010010110110010010001001111010101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED004B; }

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

 H1.HeaderClassName
 {
   color: #ED004B;
 }
 .AnyTagClassName
 {
   color: #ED004B;
 }
</style>
background-color css

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

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

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

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

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

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