#ED7CEA

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

Shades of Violet #ED7CEA

Tints of Violet #ED7CEA

Color information

#ED7CEA (or 0xED7CEA) is unknown color: approx Violet. HEX triplet: ED, 7C and EA. RGB value is (237,124,234). Sum of RGB (Red+Green+Blue) = 237+124+234=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CEA is #128315. Grayscale: #AAAAAA. Windows color (decimal): -1213206 or 15367405. OLE color: 15367405.

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

Color convert

RGB237124234-
CMYK00.480.010.07
HSL301.59º75.84%70.78%-
HSV(B)301.59º47.68%92.94%-
XYZ56.9838.3682.24-
YUV170.33163.94175.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 124 (48.83% from 255) = 20.84%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=39.83%
G=20.84%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712423400.480.010.07301.5975.8470.78
HexED7CEA0301712e4c47
Octal35517435206017456114107
Binary111011011111100111010100110000111110010111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CEA; }

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

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

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

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

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

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

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

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