#EB085A

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

Shades of Razzmatazz #EB085A

Tints of Razzmatazz #EB085A

Color information

#EB085A (or 0xEB085A) is unknown color: approx Razzmatazz. HEX triplet: EB, 08 and 5A. RGB value is (235,8,90). Sum of RGB (Red+Green+Blue) = 235+8+90=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB085A is #14F7A5. Grayscale: #555555. Windows color (decimal): -1374118 or 5900523. OLE color: 5900523.

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

Color convert

RGB235890-
CMYK00.970.620.08
HSL338.33º93.42%47.65%-
HSV(B)338.33º96.6%92.16%-
XYZ36.1918.5711.35-
YUV85.22130.71234.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.57%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=70.57%
G=2.40%
B=27.03%

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
Decimal23589000.970.620.08338.3393.4247.65
HexEB85A0613E81525d30
Octal353101320141761052213560
Binary11101011100010110100110000111111010001010100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB085A; }

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

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

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

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

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

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

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

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