Html Css Color HEX #E241ED Free Speech Magenta

📋 copy color: '#E241ED'

red 226 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #E241ED

Tints of Free Speech Magenta #E241ED

RGB

 RED value IS 226 (88.67% from 255) = 42.8%

 GREEN value IS 65 (25.78% from 255) = 12.31%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 42.8%
G = 12.31%
B = 44.89%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E241ED (or 0xE241ED) is known color: Free Speech Magenta. HEX triplet: E2, 41 and ED. RGB value is (226,65,237). Sum of RGB (Red+Green+Blue) = 226+65+237=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #E241ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241ED is #1DBE12. Grayscale: #848484. Windows color (decimal): -1949203 or 15548898. OLE color: 15548898.

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

Color convert

RGB 226 65 237 -
CMYK 0.05 0.73 0 0.07
HSL 296.16º 0.83% 0.59% -
HSV(B) 296.16º 0.73% 0.93% -
XYZ 48.54 26.06 82.59 -
YUV 132.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 226 65 237 0.05 0.73 0 0.07 296.16 0.83 0.59
Hex E2 41 ED 5 49 0 7 128 53 3B
Octal 342 101 355 5 111 0 7 450 123 73
Binary 11100010 1000001 11101101 101 1001001 0 111 100101000 1010011 111011

Color Harmonies of #E241ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241ED

Black with #E241ED

Text Example


Text Example

White with #E241ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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