#ED7BE3

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

Shades of Violet #ED7BE3

Tints of Violet #ED7BE3

Color information

#ED7BE3 (or 0xED7BE3) is unknown color: approx Violet. HEX triplet: ED, 7B and E3. RGB value is (237,123,227). Sum of RGB (Red+Green+Blue) = 237+123+227=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BE3 is #12841C. Grayscale: #A8A8A8. Windows color (decimal): -1213469 or 14908397. OLE color: 14908397.

HSL color Cylindrical-coordinate representation of color #ED7BE3: hue angle of 305.26º 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 #ED7BE3 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237123227-
CMYK00.480.040.07
HSL305.26º76%70.59%-
HSV(B)305.26º48.1%92.94%-
XYZ55.8737.7277.01-
YUV168.94160.77176.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 123 (48.44% from 255) = 20.95%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=40.37%
G=20.95%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712322700.480.040.07305.267670.59
HexED7BE3030471314c47
Octal35517334306047461114107
Binary11101101111101111100011011000010011110011000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7BE3; }

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

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

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

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

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

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

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

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