#ED005A

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

Shades of Razzmatazz #ED005A

Tints of Razzmatazz #ED005A

Color information

#ED005A (or 0xED005A) is unknown color: approx Razzmatazz. HEX triplet: ED, 00 and 5A. RGB value is (237,0,90). Sum of RGB (Red+Green+Blue) = 237+0+90=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED005A is #12FFA5. Grayscale: #515151. Windows color (decimal): -1245094 or 5898477. OLE color: 5898477.

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

Color convert

RGB237090-
CMYK010.620.07
HSL337.22º100%46.47%-
HSV(B)337.22º100%92.94%-
XYZ36.7718.7411.35-
YUV81.12133.02239.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=72.48%
G=0%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237090010.620.07337.2210046.47
HexED05A0643E7151642e
Octal3550132014476752114456
Binary1110110101011010011001001111101111010100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED005A; }

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

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

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

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

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

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

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

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