#EB075A

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

Shades of Razzmatazz #EB075A

Tints of Razzmatazz #EB075A

Color information

#EB075A (or 0xEB075A) is unknown color: approx Razzmatazz. HEX triplet: EB, 07 and 5A. RGB value is (235,7,90). Sum of RGB (Red+Green+Blue) = 235+7+90=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB075A is #14F8A5. Grayscale: #545454. Windows color (decimal): -1374374 or 5900267. OLE color: 5900267.

HSL color Cylindrical-coordinate representation of color #EB075A: hue angle of 338.16º degrees, saturation: 0.94, 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 #EB075A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB235790-
CMYK00.970.620.08
HSL338.16º94.21%47.45%-
HSV(B)338.16º97.02%92.16%-
XYZ36.1818.5511.35-
YUV84.63131.04235.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.78%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=70.78%
G=2.11%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23579000.970.620.08338.1694.2147.45
HexEB75A0613E81525e2f
Octal35371320141761052213657
Binary1110101111110110100110000111111010001010100101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB075A; }

 p { color: rgb(235,7,90); }

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

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

 a { background-color: rgb(235,7,90); }

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

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

 span { border-color: rgb(235,7,90); }

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