#ED45EE

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

Shades of Free Speech Magenta #ED45EE

Tints of Free Speech Magenta #ED45EE

Color information

#ED45EE (or 0xED45EE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 45 and EE. RGB value is (237,69,238). Sum of RGB (Red+Green+Blue) = 237+69+238=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 69 (27.34% from 255 or 12.68% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED45EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED45EE is #12BA11. Grayscale: #898989. Windows color (decimal): -1227282 or 15615469. OLE color: 15615469.

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

Color convert

RGB23769238-
CMYK0.000.7100.07
HSL299.64º83.25%60.2%-
HSV(B)299.64º71.01%93.33%-
XYZ52.4928.4383.61-
YUV138.5184.16198.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 69 (27.34% from 255) = 12.68%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=43.57%
G=12.68%
B=43.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237692380.000.7100.07299.6483.2560.2
HexED45EE0470712c533c
Octal35510535601070745412374
Binary111011011000101111011100100011101111001011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED45EE; }

 p { color: rgb(237,69,238); }

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

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

 a { background-color: rgb(237,69,238); }

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

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

 span { border-color: rgb(237,69,238); }

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