#EE4280

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

Shades of Violet Red #EE4280

Tints of Violet Red #EE4280

Color information

#EE4280 (or 0xEE4280) is unknown color: approx Violet Red. HEX triplet: EE, 42 and 80. RGB value is (238,66,128). Sum of RGB (Red+Green+Blue) = 238+66+128=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4280 is #11BD7F. Grayscale: #7C7C7C. Windows color (decimal): -1162624 or 8405742. OLE color: 8405742.

HSL color Cylindrical-coordinate representation of color #EE4280: hue angle of 338.37º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE4280 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB23866128-
CMYK00.720.460.07
HSL338.37º83.5%59.61%-
HSV(B)338.37º72.27%93.33%-
XYZ41.123.6322.82-
YUV124.5129.98208.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.09%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=55.09%
G=15.28%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386612800.720.460.07338.3783.559.61
HexEE42800482E7152533c
Octal356102200011056752212374
Binary11101110100001010000000010010001011101111010100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4280; }

 p { color: rgb(238,66,128); }

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

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

 a { background-color: rgb(238,66,128); }

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

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

 span { border-color: rgb(238,66,128); }

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