#ED61E5

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

Shades of Free Speech Magenta #ED61E5

Tints of Free Speech Magenta #ED61E5

Color information

#ED61E5 (or 0xED61E5) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 61 and E5. RGB value is (237,97,229). Sum of RGB (Red+Green+Blue) = 237+97+229=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED61E5 is #129E1A. Grayscale: #999999. Windows color (decimal): -1220123 or 15032813. OLE color: 15032813.

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

Color convert

RGB23797229-
CMYK00.590.030.07
HSL303.43º79.55%65.49%-
HSV(B)303.43º59.07%92.94%-
XYZ53.3432.2177.53-
YUV153.91170.38187.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 97 (38.28% from 255) = 17.23%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=42.10%
G=17.23%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379722900.590.030.07303.4379.5565.49
HexED61E503B3712f5041
Octal35514134507337457120101
Binary1110110111000011110010101110111111110010111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED61E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED61E5; }

 p { color: rgb(237,97,229); }

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

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

 a { background-color: rgb(237,97,229); }

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

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

 span { border-color: rgb(237,97,229); }

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