#EB0D66

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

Shades of Razzmatazz #EB0D66

Tints of Razzmatazz #EB0D66

Color information

#EB0D66 (or 0xEB0D66) is unknown color: approx Razzmatazz. HEX triplet: EB, 0D and 66. RGB value is (235,13,102). Sum of RGB (Red+Green+Blue) = 235+13+102=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D66 is #14F299. Grayscale: #595959. Windows color (decimal): -1372826 or 6688235. OLE color: 6688235.

HSL color Cylindrical-coordinate representation of color #EB0D66: hue angle of 335.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D66 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB23513102-
CMYK00.940.570.08
HSL335.95º89.52%48.63%-
HSV(B)335.95º94.47%92.16%-
XYZ36.818.9114.28-
YUV89.52135.05231.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.14%
GREEN value IS 13 (5.47% from 255) = 3.71%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=67.14%
G=3.71%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351310200.940.570.08335.9589.5248.63
HexEBD6605E3981505a31
Octal353151460136711052013261
Binary11101011110111001100101111011100110001010100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0D66; }

 p { color: rgb(235,13,102); }

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

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

 a { background-color: rgb(235,13,102); }

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

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

 span { border-color: rgb(235,13,102); }

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