Html Css Color HEX #ED61E8 Free Speech Magenta

📋 copy color: '#ED61E8'

red 237 ◦ green 97 ◦ blue 232

#ED61E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #ED61E8

Tints of Free Speech Magenta #ED61E8

RGB

 RED value IS 237 (92.97% from 255) = 41.87%

 GREEN value IS 97 (38.28% from 255) = 17.14%

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 41.87%
G = 17.14%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED61E8 (or 0xED61E8) is known color: Free Speech Magenta. HEX triplet: ED, 61 and E8. RGB value is (237,97,232). Sum of RGB (Red+Green+Blue) = 237+97+232=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED61E8 is #129E17. Grayscale: #999999. Windows color (decimal): -1220120 or 15229421. OLE color: 15229421.

HSL color Cylindrical-coordinate representation of color #ED61E8: hue angle of 302.14º 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 #ED61E8 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 232 -
CMYK 0 0.59 0.02 0.07
HSL 302.14º 0.8% 0.65% -
HSV(B) 302.14º 0.59% 0.93% -
XYZ 53.77 32.38 79.76 -
YUV 154.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 237 97 232 0 0.59 0.02 0.07 302.14 0.8 0.65
Hex ED 61 E8 0 3B 2 7 12E 50 41
Octal 355 141 350 0 73 2 7 456 120 101
Binary 11101101 1100001 11101000 0 111011 10 111 100101110 1010000 1000001

Color Harmonies of #ED61E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED61E8

Black with #ED61E8

Text Example


Text Example

White with #ED61E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED61E8; }

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

 H1.HeaderClassName
 {
   color: #ED61E8;
 }
 .AnyTagClassName
 {
   color: #ED61E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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