#ED7BE6

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

Shades of Violet #ED7BE6

Tints of Violet #ED7BE6

Color information

#ED7BE6 (or 0xED7BE6) is unknown color: approx Violet. HEX triplet: ED, 7B and E6. RGB value is (237,123,230). Sum of RGB (Red+Green+Blue) = 237+123+230=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BE6 is #128419. Grayscale: #A8A8A8. Windows color (decimal): -1213466 or 15105005. OLE color: 15105005.

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

Color convert

RGB237123230-
CMYK00.480.030.07
HSL303.68º76%70.59%-
HSV(B)303.68º48.1%92.94%-
XYZ56.2937.8879.21-
YUV169.28162.27176.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 123 (48.44% from 255) = 20.85%
BLUE value IS 230 (90.23% from 255) = 38.98%
R=40.17%
G=20.85%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712323000.480.030.07303.687670.59
HexED7BE6030371304c47
Octal35517334606037460114107
Binary1110110111110111110011001100001111110011000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7BE6; }

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

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

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

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

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

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

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

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