#EE72F1

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

Shades of Violet #EE72F1

Tints of Violet #EE72F1

Color information

#EE72F1 (or 0xEE72F1) is unknown color: approx Violet. HEX triplet: EE, 72 and F1. RGB value is (238,114,241). Sum of RGB (Red+Green+Blue) = 238+114+241=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE72F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72F1 is #118D0E. Grayscale: #A5A5A5. Windows color (decimal): -1150223 or 15823598. OLE color: 15823598.

HSL color Cylindrical-coordinate representation of color #EE72F1: hue angle of 298.58º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE72F1 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238114241-
CMYK0.010.5300.05
HSL298.58º81.94%69.61%-
HSV(B)298.58º52.7%94.51%-
XYZ57.1536.5687.26-
YUV165.55170.58179.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 114 (44.92% from 255) = 19.22%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=40.13%
G=19.22%
B=40.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381142410.010.5300.05298.5881.9469.61
HexEE72F11350512b5246
Octal35616236116505453122106
Binary111011101110010111100011110101010110010101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE72F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE72F1; }

 p { color: rgb(238,114,241); }

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

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

 a { background-color: rgb(238,114,241); }

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

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

 span { border-color: rgb(238,114,241); }

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