#ed7eee

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

Shades of Violet #ED7EEE

Tints of Violet #ED7EEE

Color information

#ED7EEE (or 0xED7EEE) is unknown color: approx Violet. HEX triplet: ED, 7E and EE. RGB value is (237,126,238). Sum of RGB (Red+Green+Blue) = 237+126+238=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED7EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7EEE is #128111. Grayscale: #ABABAB. Windows color (decimal): -1212690 or 15630061. OLE color: 15630061.

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

Color convert

RGB237126238-
CMYK0.000.4700.07
HSL299.46º76.71%71.37%-
HSV(B)299.46º47.06%93.33%-
XYZ57.8239.185.39-
YUV171.96165.27174.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 126 (49.61% from 255) = 20.97%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=39.43%
G=20.97%
B=39.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371262380.000.4700.07299.4676.7171.37
HexED7EEE02F0712b4d47
Octal35517635605707453115107
Binary111011011111110111011100101111011110010101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7eee; }

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

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

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

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

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

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

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

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