#EE015A

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

Shades of Razzmatazz #EE015A

Tints of Razzmatazz #EE015A

Color information

#EE015A (or 0xEE015A) is unknown color: approx Razzmatazz. HEX triplet: EE, 01 and 5A. RGB value is (238,1,90). Sum of RGB (Red+Green+Blue) = 238+1+90=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE015A is #11FEA5. Grayscale: #515151. Windows color (decimal): -1179302 or 5898734. OLE color: 5898734.

HSL color Cylindrical-coordinate representation of color #EE015A: hue angle of 337.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE015A is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB238190-
CMYK01.000.620.07
HSL337.47º99.16%46.86%-
HSV(B)337.47º99.58%93.33%-
XYZ37.1218.9411.37-
YUV82.01132.52239.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 72.34%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=72.34%
G=0.30%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819001.000.620.07337.4799.1646.86
HexEE15A0643E7151632f
Octal3561132014476752114357
Binary1110111011011010011001001111101111010100011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE015A; }

 p { color: rgb(238,1,90); }

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

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

 a { background-color: rgb(238,1,90); }

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

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

 span { border-color: rgb(238,1,90); }

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