#EB0C5A

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

Shades of Razzmatazz #EB0C5A

Tints of Razzmatazz #EB0C5A

Color information

#EB0C5A (or 0xEB0C5A) is unknown color: approx Razzmatazz. HEX triplet: EB, 0C and 5A. RGB value is (235,12,90). Sum of RGB (Red+Green+Blue) = 235+12+90=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0C5A is #14F3A5. Grayscale: #575757. Windows color (decimal): -1373094 or 5901547. OLE color: 5901547.

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

Color convert

RGB2351290-
CMYK00.950.620.08
HSL339.01º90.28%48.43%-
HSV(B)339.01º94.89%92.16%-
XYZ36.2418.6611.37-
YUV87.57129.38233.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.73%
GREEN value IS 12 (5.08% from 255) = 3.56%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=69.73%
G=3.56%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235129000.950.620.08339.0190.2848.43
HexEBC5A05F3E81535a30
Octal353141320137761052313260
Binary11101011110010110100101111111111010001010100111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0C5A; }

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

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

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

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

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

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

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

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