#EB0A68

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

Shades of Razzmatazz #EB0A68

Tints of Razzmatazz #EB0A68

Color information

#EB0A68 (or 0xEB0A68) is unknown color: approx Razzmatazz. HEX triplet: EB, 0A and 68. RGB value is (235,10,104). Sum of RGB (Red+Green+Blue) = 235+10+104=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A68 is #14F597. Grayscale: #575757. Windows color (decimal): -1373592 or 6818539. OLE color: 6818539.

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

Color convert

RGB23510104-
CMYK00.960.560.08
HSL334.93º91.84%48.04%-
HSV(B)334.93º95.74%92.16%-
XYZ36.8718.8814.8-
YUV87.99137.04232.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.34%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=67.34%
G=2.87%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351010400.960.560.08334.9391.8448.04
HexEBA6806038814f5c30
Octal353121500140701051713460
Binary11101011101011010000110000011100010001010011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A68; }

 p { color: rgb(235,10,104); }

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

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

 a { background-color: rgb(235,10,104); }

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

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

 span { border-color: rgb(235,10,104); }

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