#EE71E2

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

Shades of Violet #EE71E2

Tints of Violet #EE71E2

Color information

#EE71E2 (or 0xEE71E2) is unknown color: approx Violet. HEX triplet: EE, 71 and E2. RGB value is (238,113,226). Sum of RGB (Red+Green+Blue) = 238+113+226=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71E2 is #118E1D. Grayscale: #A2A2A2. Windows color (decimal): -1150494 or 14840302. OLE color: 14840302.

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

Color convert

RGB238113226-
CMYK00.530.050.07
HSL305.76º78.62%68.82%-
HSV(B)305.76º52.52%93.33%-
XYZ54.8935.4875.91-
YUV163.26163.41181.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.25%
GREEN value IS 113 (44.53% from 255) = 19.58%
BLUE value IS 226 (88.67% from 255) = 39.17%
R=41.25%
G=19.58%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811322600.530.050.07305.7678.6268.82
HexEE71E2035571324f45
Octal35616134206557462117105
Binary11101110111000111100010011010110111110011001010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE71E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE71E2; }

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

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

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

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

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

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

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

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