Html Css Color HEX #ED5FE2 Free Speech Magenta

📋 copy color: '#ED5FE2'

red 237 ◦ green 95 ◦ blue 226

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

Shades of Free Speech Magenta #ED5FE2

Tints of Free Speech Magenta #ED5FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.03%

 BLUE value IS 226 (88.67% from 255) = 40.5%

R = 42.47%
G = 17.03%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED5FE2 (or 0xED5FE2) is known color: Free Speech Magenta. HEX triplet: ED, 5F and E2. RGB value is (237,95,226). Sum of RGB (Red+Green+Blue) = 237+95+226=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5FE2 is #12A01D. Grayscale: #989898. Windows color (decimal): -1220638 or 14835693. OLE color: 14835693.

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

Color convert

RGB 237 95 226 -
CMYK 0 0.60 0.05 0.07
HSL 304.65º 0.8% 0.65% -
HSV(B) 304.65º 0.6% 0.93% -
XYZ 52.74 31.68 75.29 -
YUV 152.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 237 95 226 0 0.60 0.05 0.07 304.65 0.8 0.65
Hex ED 5F E2 0 3C 5 7 131 50 41
Octal 355 137 342 0 74 5 7 461 120 101
Binary 11101101 1011111 11100010 0 111100 101 111 100110001 1010000 1000001

Color Harmonies of #ED5FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5FE2

Black with #ED5FE2

Text Example


Text Example

White with #ED5FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5FE2; }

 p { color: rgb(237,95,226); }

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

background-color css

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

 a { background-color: rgb(237,95,226); }

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

border-color css

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

 span { border-color: rgb(237,95,226); }

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