#ED7FFB

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

Shades of Violet #ED7FFB

Tints of Violet #ED7FFB

Color information

#ED7FFB (or 0xED7FFB) is unknown color: approx Violet. HEX triplet: ED, 7F and FB. RGB value is (237,127,251). Sum of RGB (Red+Green+Blue) = 237+127+251=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED7FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FFB is #128004. Grayscale: #ADADAD. Windows color (decimal): -1212421 or 16482285. OLE color: 16482285.

HSL color Cylindrical-coordinate representation of color #ED7FFB: hue angle of 293.23º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7FFB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237127251-
CMYK0.060.4900.02
HSL293.23º93.94%74.12%-
HSV(B)293.23º49.4%98.43%-
XYZ59.9340.1595.86-
YUV174.03171.44172.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 127 (50% from 255) = 20.65%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=38.54%
G=20.65%
B=40.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371272510.060.4900.02293.2393.9474.12
HexED7FFB631021255e4a
Octal35517737366102445136112
Binary1110110111111111111101111011000101010010010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FFB; }

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

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

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

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

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

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

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

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