#EE3E86

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

Shades of Violet Red #EE3E86

Tints of Violet Red #EE3E86

Color information

#EE3E86 (or 0xEE3E86) is unknown color: approx Violet Red. HEX triplet: EE, 3E and 86. RGB value is (238,62,134). Sum of RGB (Red+Green+Blue) = 238+62+134=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3E86 is #11C179. Grayscale: #7A7A7A. Windows color (decimal): -1163642 or 8797934. OLE color: 8797934.

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

Color convert

RGB23862134-
CMYK00.740.440.07
HSL335.45º83.81%58.82%-
HSV(B)335.45º73.95%93.33%-
XYZ41.2923.3424.88-
YUV122.83134.31210.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.84%
GREEN value IS 62 (24.61% from 255) = 14.29%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=54.84%
G=14.29%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386213400.740.440.07335.4583.8158.82
HexEE3E8604A2C714f543b
Octal35676206011254751712473
Binary1110111011111010000110010010101011001111010011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3E86; }

 p { color: rgb(238,62,134); }

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

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

 a { background-color: rgb(238,62,134); }

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

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

 span { border-color: rgb(238,62,134); }

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