#ED006B

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

Shades of Razzmatazz #ED006B

Tints of Razzmatazz #ED006B

Color information

#ED006B (or 0xED006B) is unknown color: approx Razzmatazz. HEX triplet: ED, 00 and 6B. RGB value is (237,0,107). Sum of RGB (Red+Green+Blue) = 237+0+107=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED006B is #12FF94. Grayscale: #525252. Windows color (decimal): -1245077 or 7012589. OLE color: 7012589.

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

Color convert

RGB2370107-
CMYK010.550.07
HSL332.91º100%46.47%-
HSV(B)332.91º100%92.94%-
XYZ37.5819.0715.61-
YUV83.06141.52237.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 68.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=68.90%
G=0%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370107010.550.07332.9110046.47
HexED06B06437714d642e
Octal3550153014467751514456
Binary1110110101101011011001001101111111010011011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED006B; }

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

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

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

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

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

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

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

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