#ED006E

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

Shades of Razzmatazz #ED006E

Tints of Razzmatazz #ED006E

Color information

#ED006E (or 0xED006E) is unknown color: approx Razzmatazz. HEX triplet: ED, 00 and 6E. RGB value is (237,0,110). Sum of RGB (Red+Green+Blue) = 237+0+110=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED006E is #12FF91. Grayscale: #535353. Windows color (decimal): -1245074 or 7209197. OLE color: 7209197.

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

Color convert

RGB2370110-
CMYK010.540.07
HSL332.15º100%46.47%-
HSV(B)332.15º100%92.94%-
XYZ37.7419.1316.46-
YUV83.4143.02237.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 68.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=68.30%
G=0%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370110010.540.07332.1510046.47
HexED06E06436714c642e
Octal3550156014466751414456
Binary1110110101101110011001001101101111010011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED006E; }

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

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

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

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

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

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

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

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