#EB0D4D

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

Shades of Razzmatazz #EB0D4D

Tints of Razzmatazz #EB0D4D

Color information

#EB0D4D (or 0xEB0D4D) is unknown color: approx Razzmatazz. HEX triplet: EB, 0D and 4D. RGB value is (235,13,77). Sum of RGB (Red+Green+Blue) = 235+13+77=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D4D is #14F2B2. Grayscale: #565656. Windows color (decimal): -1372851 or 5049835. OLE color: 5049835.

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

Color convert

RGB2351377-
CMYK00.940.670.08
HSL342.7º89.52%48.63%-
HSV(B)342.7º94.47%92.16%-
XYZ35.7418.498.71-
YUV86.67122.55233.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 72.31%
GREEN value IS 13 (5.47% from 255) = 4%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=72.31%
G=4%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235137700.940.670.08342.789.5248.63
HexEBD4D05E4381575a31
Octal3531511501361031052713261
Binary111010111101100110101011110100001110001010101111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0D4D; }

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

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

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

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

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

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

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

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