#ED7BFA

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

Shades of Violet #ED7BFA

Tints of Violet #ED7BFA

Color information

#ED7BFA (or 0xED7BFA) is unknown color: approx Violet. HEX triplet: ED, 7B and FA. RGB value is (237,123,250). Sum of RGB (Red+Green+Blue) = 237+123+250=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BFA is #128405. Grayscale: #ABABAB. Windows color (decimal): -1213446 or 16415725. OLE color: 16415725.

HSL color Cylindrical-coordinate representation of color #ED7BFA: hue angle of 293.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7BFA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237123250-
CMYK0.050.5100.02
HSL293.86º92.7%73.14%-
HSV(B)293.86º50.8%98.04%-
XYZ59.2639.0794.86-
YUV171.56172.27174.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 123 (48.44% from 255) = 20.16%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=38.85%
G=20.16%
B=40.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371232500.050.5100.02293.8692.773.14
HexED7BFA533021265d49
Octal35517337256302446135111
Binary1110110111110111111101010111001101010010011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7BFA; }

 p { color: rgb(237,123,250); }

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

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

 a { background-color: rgb(237,123,250); }

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

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

 span { border-color: rgb(237,123,250); }

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