#EE7FE5

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

Shades of Violet #EE7FE5

Tints of Violet #EE7FE5

Color information

#EE7FE5 (or 0xEE7FE5) is unknown color: approx Violet. HEX triplet: EE, 7F and E5. RGB value is (238,127,229). Sum of RGB (Red+Green+Blue) = 238+127+229=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FE5 is #11801A. Grayscale: #ABABAB. Windows color (decimal): -1146907 or 15040494. OLE color: 15040494.

HSL color Cylindrical-coordinate representation of color #EE7FE5: hue angle of 304.86º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FE5 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB238127229-
CMYK00.470.040.07
HSL304.86º76.55%71.57%-
HSV(B)304.86º46.64%93.33%-
XYZ56.9939.0178.66-
YUV171.82160.27175.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 127 (50% from 255) = 21.38%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=40.07%
G=21.38%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812722900.470.040.07304.8676.5571.57
HexEE7FE502F471314d48
Octal35617734505747461115110
Binary11101110111111111100101010111110011110011000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FE5; }

 p { color: rgb(238,127,229); }

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

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

 a { background-color: rgb(238,127,229); }

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

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

 span { border-color: rgb(238,127,229); }

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