#EB066A

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

Shades of Razzmatazz #EB066A

Tints of Razzmatazz #EB066A

Color information

#EB066A (or 0xEB066A) is unknown color: approx Razzmatazz. HEX triplet: EB, 06 and 6A. RGB value is (235,6,106). Sum of RGB (Red+Green+Blue) = 235+6+106=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB066A is #14F995. Grayscale: #555555. Windows color (decimal): -1374614 or 6948587. OLE color: 6948587.

HSL color Cylindrical-coordinate representation of color #EB066A: hue angle of 333.8º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB066A is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB2356106-
CMYK00.970.550.08
HSL333.8º95.02%47.25%-
HSV(B)333.8º97.45%92.16%-
XYZ36.9318.8315.32-
YUV85.87139.37234.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.72%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=67.72%
G=1.73%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235610600.970.550.08333.895.0247.25
HexEB66A06137814e5f2f
Octal35361520141671051613757
Binary1110101111011010100110000111011110001010011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB066A; }

 p { color: rgb(235,6,106); }

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

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

 a { background-color: rgb(235,6,106); }

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

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

 span { border-color: rgb(235,6,106); }

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