#EE71EA

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

Shades of Violet #EE71EA

Tints of Violet #EE71EA

Color information

#EE71EA (or 0xEE71EA) is unknown color: approx Violet. HEX triplet: EE, 71 and EA. RGB value is (238,113,234). Sum of RGB (Red+Green+Blue) = 238+113+234=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE71EA is #118E15. Grayscale: #A3A3A3. Windows color (decimal): -1150486 or 15364590. OLE color: 15364590.

HSL color Cylindrical-coordinate representation of color #EE71EA: hue angle of 301.92º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE71EA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238113234-
CMYK00.530.020.07
HSL301.92º78.62%68.82%-
HSV(B)301.92º52.52%93.33%-
XYZ56.0235.9381.82-
YUV164.17167.41180.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 113 (44.53% from 255) = 19.32%
BLUE value IS 234 (91.80% from 255) = 40%
R=40.68%
G=19.32%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811323400.530.020.07301.9278.6268.82
HexEE71EA0352712e4f45
Octal35616135206527456117105
Binary1110111011100011110101001101011011110010111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE71EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE71EA; }

 p { color: rgb(238,113,234); }

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

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

 a { background-color: rgb(238,113,234); }

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

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

 span { border-color: rgb(238,113,234); }

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