#EE418C

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

Shades of Violet Red #EE418C

Tints of Violet Red #EE418C

Color information

#EE418C (or 0xEE418C) is unknown color: approx Violet Red. HEX triplet: EE, 41 and 8C. RGB value is (238,65,140). Sum of RGB (Red+Green+Blue) = 238+65+140=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE418C is #11BE73. Grayscale: #7D7D7D. Windows color (decimal): -1162868 or 9191918. OLE color: 9191918.

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

Color convert

RGB23865140-
CMYK00.730.410.07
HSL333.99º83.57%59.41%-
HSV(B)333.99º72.69%93.33%-
XYZ41.8823.8527.21-
YUV125.28136.31208.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.72%
GREEN value IS 65 (25.78% from 255) = 14.67%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=53.72%
G=14.67%
B=31.60%

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
Decimal2386514000.730.410.07333.9983.5759.41
HexEE418C04929714e543b
Octal356101214011151751612473
Binary11101110100000110001100010010011010011111010011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE418C; }

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

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

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

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

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

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

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

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