#ED41DE

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

Shades of Free Speech Magenta #ED41DE

Tints of Free Speech Magenta #ED41DE

Color information

#ED41DE (or 0xED41DE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 41 and DE. RGB value is (237,65,222). Sum of RGB (Red+Green+Blue) = 237+65+222=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED41DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED41DE is #12BE21. Grayscale: #858585. Windows color (decimal): -1228322 or 14565869. OLE color: 14565869.

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

Color convert

RGB23765222-
CMYK00.730.060.07
HSL305.23º82.69%59.22%-
HSV(B)305.23º72.57%92.94%-
XYZ5027.0671.69-
YUV134.33177.48201.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 65 (25.78% from 255) = 12.40%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=45.23%
G=12.40%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376522200.730.060.07305.2382.6959.22
HexED41DE04967131533b
Octal35510133601116746112373
Binary11101101100000111011110010010011101111001100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED41DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED41DE; }

 p { color: rgb(237,65,222); }

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

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

 a { background-color: rgb(237,65,222); }

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

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

 span { border-color: rgb(237,65,222); }

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