Html Css Color HEX #E241DD Free Speech Magenta

📋 copy color: '#E241DD'

red 226 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Magenta #E241DD

Tints of Free Speech Magenta #E241DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 44.14%
G = 12.7%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E241DD (or 0xE241DD) is known color: Free Speech Magenta. HEX triplet: E2, 41 and DD. RGB value is (226,65,221). Sum of RGB (Red+Green+Blue) = 226+65+221=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E241DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241DD is #1DBE22. Grayscale: #828282. Windows color (decimal): -1949219 or 14500322. OLE color: 14500322.

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

Color convert

RGB 226 65 221 -
CMYK 0 0.71 0.02 0.11
HSL 301.86º 0.74% 0.57% -
HSV(B) 301.86º 0.71% 0.89% -
XYZ 46.31 25.17 70.82 -
YUV 130.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 226 65 221 0 0.71 0.02 0.11 301.86 0.74 0.57
Hex E2 41 DD 0 47 2 B 12E 4A 39
Octal 342 101 335 0 107 2 13 456 112 71
Binary 11100010 1000001 11011101 0 1000111 10 1011 100101110 1001010 111001

Color Harmonies of #E241DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241DD

Black with #E241DD

Text Example


Text Example

White with #E241DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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