#EE408D

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

Shades of Violet Red #EE408D

Tints of Violet Red #EE408D

Color information

#EE408D (or 0xEE408D) is unknown color: approx Violet Red. HEX triplet: EE, 40 and 8D. RGB value is (238,64,141). Sum of RGB (Red+Green+Blue) = 238+64+141=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE408D is #11BF72. Grayscale: #7C7C7C. Windows color (decimal): -1163123 or 9257198. OLE color: 9257198.

HSL color Cylindrical-coordinate representation of color #EE408D: hue angle of 333.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE408D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23864141-
CMYK00.730.410.07
HSL333.45º83.65%59.22%-
HSV(B)333.45º73.11%93.33%-
XYZ41.923.7727.58-
YUV124.8137.15208.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.72%
GREEN value IS 64 (25.39% from 255) = 14.45%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=53.72%
G=14.45%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386414100.730.410.07333.4583.6559.22
HexEE408D04929714d543b
Octal356100215011151751512473
Binary11101110100000010001101010010011010011111010011011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE408D; }

 p { color: rgb(238,64,141); }

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

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

 a { background-color: rgb(238,64,141); }

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

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

 span { border-color: rgb(238,64,141); }

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