#EE418D

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

Shades of Violet Red #EE418D

Tints of Violet Red #EE418D

Color information

#EE418D (or 0xEE418D) is unknown color: approx Violet Red. HEX triplet: EE, 41 and 8D. RGB value is (238,65,141). Sum of RGB (Red+Green+Blue) = 238+65+141=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE418D is #11BE72. Grayscale: #7D7D7D. Windows color (decimal): -1162867 or 9257454. OLE color: 9257454.

HSL color Cylindrical-coordinate representation of color #EE418D: hue angle of 333.64º 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 #EE418D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23865141-
CMYK00.730.410.07
HSL333.64º83.57%59.41%-
HSV(B)333.64º72.69%93.33%-
XYZ41.9623.8827.6-
YUV125.39136.81208.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.60%
GREEN value IS 65 (25.78% from 255) = 14.64%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=53.60%
G=14.64%
B=31.76%

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
Decimal2386514100.730.410.07333.6483.5759.41
HexEE418D04929714e543b
Octal356101215011151751612473
Binary11101110100000110001101010010011010011111010011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE418D; }

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

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

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

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

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

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

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

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