#EB0252

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

Shades of Razzmatazz #EB0252

Tints of Razzmatazz #EB0252

Color information

#EB0252 (or 0xEB0252) is unknown color: approx Razzmatazz. HEX triplet: EB, 02 and 52. RGB value is (235,2,82). Sum of RGB (Red+Green+Blue) = 235+2+82=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0252 is #14FDAD. Grayscale: #505050. Windows color (decimal): -1375662 or 5374699. OLE color: 5374699.

HSL color Cylindrical-coordinate representation of color #EB0252: hue angle of 339.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0252 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB235282-
CMYK00.990.650.08
HSL339.4º98.31%46.47%-
HSV(B)339.4º99.15%92.16%-
XYZ35.8118.319.63-
YUV80.79128.69238-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.67%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=73.67%
G=0.63%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23528200.990.650.08339.498.3146.47
HexEB252063418153622e
Octal353212201431011052314256
Binary1110101110101001001100011100000110001010100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0252; }

 p { color: rgb(235,2,82); }

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

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

 a { background-color: rgb(235,2,82); }

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

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

 span { border-color: rgb(235,2,82); }

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