#ED7FFD

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

Shades of Violet #ED7FFD

Tints of Violet #ED7FFD

Color information

#ED7FFD (or 0xED7FFD) is unknown color: approx Violet. HEX triplet: ED, 7F and FD. RGB value is (237,127,253). Sum of RGB (Red+Green+Blue) = 237+127+253=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FFD is #128002. Grayscale: #ADADAD. Windows color (decimal): -1212419 or 16613357. OLE color: 16613357.

HSL color Cylindrical-coordinate representation of color #ED7FFD: hue angle of 292.38º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7FFD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237127253-
CMYK0.060.5000.01
HSL292.38º96.92%74.51%-
HSV(B)292.38º49.8%99.22%-
XYZ60.2440.2897.53-
YUV174.25172.44172.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 127 (50% from 255) = 20.58%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=38.41%
G=20.58%
B=41.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371272530.060.5000.01292.3896.9274.51
HexED7FFD63201124614b
Octal35517737566201444141113
Binary111011011111111111111011101100100110010010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FFD; }

 p { color: rgb(237,127,253); }

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

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

 a { background-color: rgb(237,127,253); }

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

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

 span { border-color: rgb(237,127,253); }

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