Html Css Color HEX #E241D8 Free Speech Magenta

📋 copy color: '#E241D8'

red 226 ◦ green 65 ◦ blue 216

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

Shades of Free Speech Magenta #E241D8

Tints of Free Speech Magenta #E241D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 44.58%
G = 12.82%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E241D8 (or 0xE241D8) is known color: Free Speech Magenta. HEX triplet: E2, 41 and D8. RGB value is (226,65,216). Sum of RGB (Red+Green+Blue) = 226+65+216=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E241D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241D8 is #1DBE27. Grayscale: #818181. Windows color (decimal): -1949224 or 14172642. OLE color: 14172642.

HSL color Cylindrical-coordinate representation of color #E241D8: hue angle of 303.73º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241D8 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 65 216 -
CMYK 0 0.71 0.04 0.11
HSL 303.73º 0.74% 0.57% -
HSV(B) 303.73º 0.71% 0.89% -
XYZ 45.65 24.91 67.37 -
YUV 130.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 226 65 216 0 0.71 0.04 0.11 303.73 0.74 0.57
Hex E2 41 D8 0 47 4 B 130 4A 39
Octal 342 101 330 0 107 4 13 460 112 71
Binary 11100010 1000001 11011000 0 1000111 100 1011 100110000 1001010 111001

Color Harmonies of #E241D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241D8

Black with #E241D8

Text Example


Text Example

White with #E241D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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