#ED42EE

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

Shades of Free Speech Magenta #ED42EE

Tints of Free Speech Magenta #ED42EE

Color information

#ED42EE (or 0xED42EE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 42 and EE. RGB value is (237,66,238). Sum of RGB (Red+Green+Blue) = 237+66+238=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 66 (26.17% from 255 or 12.20% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED42EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED42EE is #12BD11. Grayscale: #888888. Windows color (decimal): -1228050 or 15614701. OLE color: 15614701.

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

Color convert

RGB23766238-
CMYK0.000.7200.07
HSL299.65º83.5%59.61%-
HSV(B)299.65º72.27%93.33%-
XYZ52.3128.0783.55-
YUV136.74185.15199.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 66 (26.17% from 255) = 12.20%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=43.81%
G=12.20%
B=43.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237662380.000.7200.07299.6583.559.61
HexED42EE0480712c533c
Octal35510235601100745412374
Binary111011011000010111011100100100001111001011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED42EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED42EE; }

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

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

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

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

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

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

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

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