#ED7CE2

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

Shades of Violet #ED7CE2

Tints of Violet #ED7CE2

Color information

#ED7CE2 (or 0xED7CE2) is unknown color: approx Violet. HEX triplet: ED, 7C and E2. RGB value is (237,124,226). Sum of RGB (Red+Green+Blue) = 237+124+226=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CE2 is #12831D. Grayscale: #A9A9A9. Windows color (decimal): -1213214 or 14843117. OLE color: 14843117.

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

Color convert

RGB237124226-
CMYK00.480.050.07
HSL305.84º75.84%70.78%-
HSV(B)305.84º47.68%92.94%-
XYZ55.8637.9176.32-
YUV169.42159.94176.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 124 (48.83% from 255) = 21.12%
BLUE value IS 226 (88.67% from 255) = 38.50%
R=40.37%
G=21.12%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712422600.480.050.07305.8475.8470.78
HexED7CE2030571324c47
Octal35517434206057462114107
Binary11101101111110011100010011000010111110011001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CE2; }

 p { color: rgb(237,124,226); }

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

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

 a { background-color: rgb(237,124,226); }

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

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

 span { border-color: rgb(237,124,226); }

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