#EA096E

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

Shades of Razzmatazz #EA096E

Tints of Razzmatazz #EA096E

Color information

#EA096E (or 0xEA096E) is unknown color: approx Razzmatazz. HEX triplet: EA, 09 and 6E. RGB value is (234,9,110). Sum of RGB (Red+Green+Blue) = 234+9+110=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA096E is #15F691. Grayscale: #575757. Windows color (decimal): -1439378 or 7211498. OLE color: 7211498.

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

Color convert

RGB2349110-
CMYK00.960.530.08
HSL333.07º92.59%47.65%-
HSV(B)333.07º96.15%91.76%-
XYZ36.8418.8116.44-
YUV87.79140.54232.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.29%
GREEN value IS 9 (3.91% from 255) = 2.55%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=66.29%
G=2.55%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234911000.960.530.08333.0792.5947.65
HexEA96E06035814d5d30
Octal352111560140651051513560
Binary11101010100111011100110000011010110001010011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA096E; }

 p { color: rgb(234,9,110); }

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

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

 a { background-color: rgb(234,9,110); }

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

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

 span { border-color: rgb(234,9,110); }

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