#EE7EEF

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

Shades of Violet #EE7EEF

Tints of Violet #EE7EEF

Color information

#EE7EEF (or 0xEE7EEF) is unknown color: approx Violet. HEX triplet: EE, 7E and EF. RGB value is (238,126,239). Sum of RGB (Red+Green+Blue) = 238+126+239=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 126 (49.61% from 255 or 20.90% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE7EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EEF is #118110. Grayscale: #ACACAC. Windows color (decimal): -1147153 or 15695598. OLE color: 15695598.

HSL color Cylindrical-coordinate representation of color #EE7EEF: hue angle of 299.47º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7EEF is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238126239-
CMYK0.000.4700.06
HSL299.47º77.93%71.57%-
HSV(B)299.47º47.28%93.73%-
XYZ58.339.3386.18-
YUV172.37165.61174.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 126 (49.61% from 255) = 20.90%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=39.47%
G=20.90%
B=39.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381262390.000.4700.06299.4777.9371.57
HexEE7EEF02F0612b4e48
Octal35617635705706453116110
Binary111011101111110111011110101111011010010101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7EEF; }

 p { color: rgb(238,126,239); }

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

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

 a { background-color: rgb(238,126,239); }

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

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

 span { border-color: rgb(238,126,239); }

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