#ED3CE8

Color #ED3CE8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #ED3CE8

Tints of Free Speech Magenta #ED3CE8

Color information

#ED3CE8 (or 0xED3CE8) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3C and E8. RGB value is (237,60,232). Sum of RGB (Red+Green+Blue) = 237+60+232=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CE8 is #12C317. Grayscale: #848484. Windows color (decimal): -1229592 or 15219949. OLE color: 15219949.

HSL color Cylindrical-coordinate representation of color #ED3CE8: hue angle of 301.69º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3CE8 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB23760232-
CMYK00.750.020.07
HSL301.69º83.1%58.24%-
HSV(B)301.69º74.68%92.94%-
XYZ51.1127.0678.87-
YUV132.53184.14202.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 60 (23.83% from 255) = 11.34%
BLUE value IS 232 (91.02% from 255) = 43.86%
R=44.80%
G=11.34%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376023200.750.020.07301.6983.158.24
HexED3CE804B2712e533a
Octal3557435001132745612372
Binary111011011111001110100001001011101111001011101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3CE8; }

 p { color: rgb(237,60,232); }

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

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

 a { background-color: rgb(237,60,232); }

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

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

 span { border-color: rgb(237,60,232); }

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