#EB065C

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

Shades of Razzmatazz #EB065C

Tints of Razzmatazz #EB065C

Color information

#EB065C (or 0xEB065C) is unknown color: approx Razzmatazz. HEX triplet: EB, 06 and 5C. RGB value is (235,6,92). Sum of RGB (Red+Green+Blue) = 235+6+92=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB065C is #14F9A3. Grayscale: #545454. Windows color (decimal): -1374628 or 6031083. OLE color: 6031083.

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

Color convert

RGB235692-
CMYK00.970.610.08
HSL337.47º95.02%47.25%-
HSV(B)337.47º97.45%92.16%-
XYZ36.2618.5711.8-
YUV84.28132.37235.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.57%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=70.57%
G=1.80%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23569200.970.610.08337.4795.0247.25
HexEB65C0613D81515f2f
Octal35361340141751052113757
Binary1110101111010111000110000111110110001010100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB065C; }

 p { color: rgb(235,6,92); }

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

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

 a { background-color: rgb(235,6,92); }

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

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

 span { border-color: rgb(235,6,92); }

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