#ee7cf1

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

Shades of Violet #EE7CF1

Tints of Violet #EE7CF1

Color information

#EE7CF1 (or 0xEE7CF1) is unknown color: approx Violet. HEX triplet: EE, 7C and F1. RGB value is (238,124,241). Sum of RGB (Red+Green+Blue) = 238+124+241=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 124 (48.83% from 255 or 20.56% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE7CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CF1 is #11830E. Grayscale: #ABABAB. Windows color (decimal): -1147663 or 15826158. OLE color: 15826158.

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

Color convert

RGB238124241-
CMYK0.010.4900.05
HSL298.46º80.69%71.57%-
HSV(B)298.46º48.55%94.51%-
XYZ58.3438.9487.66-
YUV171.42167.27175.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 124 (48.83% from 255) = 20.56%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=39.47%
G=20.56%
B=39.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381242410.010.4900.05298.4680.6971.57
HexEE7CF11310512a5148
Octal35617436116105452121110
Binary111011101111100111100011110001010110010101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee7cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee7cf1; }

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

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

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

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

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

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

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

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