#EA0075

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

Shades of Razzmatazz #EA0075

Tints of Razzmatazz #EA0075

Color information

#EA0075 (or 0xEA0075) is unknown color: approx Razzmatazz. HEX triplet: EA, 00 and 75. RGB value is (234,0,117). Sum of RGB (Red+Green+Blue) = 234+0+117=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0075 is #15FF8A. Grayscale: #535353. Windows color (decimal): -1441675 or 7667946. OLE color: 7667946.

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

Color convert

RGB2340117-
CMYK010.50.08
HSL330º100%45.88%-
HSV(B)330º100%91.76%-
XYZ37.1418.7818.5-
YUV83.3147.02235.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2340117010.50.0833010045.88
HexEA07506432814a642e
Octal35201650144621051214456
Binary11101010011101010110010011001010001010010101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0075; }

 p { color: rgb(234,0,117); }

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

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

 a { background-color: rgb(234,0,117); }

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

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

 span { border-color: rgb(234,0,117); }

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