Html Css Color HEX #E249DD Free Speech Magenta

📋 copy color: '#E249DD'

red 226 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #E249DD

Tints of Free Speech Magenta #E249DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.04%

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

R = 43.46%
G = 14.04%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E249DD (or 0xE249DD) is known color: Free Speech Magenta. HEX triplet: E2, 49 and DD. RGB value is (226,73,221). Sum of RGB (Red+Green+Blue) = 226+73+221=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E249DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249DD is #1DB622. Grayscale: #878787. Windows color (decimal): -1947171 or 14502370. OLE color: 14502370.

HSL color Cylindrical-coordinate representation of color #E249DD: hue angle of 301.96º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249DD is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 73 221 -
CMYK 0 0.68 0.02 0.11
HSL 301.96º 0.73% 0.59% -
HSV(B) 301.96º 0.68% 0.89% -
XYZ 46.8 26.15 70.99 -
YUV 135.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 226 73 221 0 0.68 0.02 0.11 301.96 0.73 0.59
Hex E2 49 DD 0 44 2 B 12E 49 3B
Octal 342 111 335 0 104 2 13 456 111 73
Binary 11100010 1001001 11011101 0 1000100 10 1011 100101110 1001001 111011

Color Harmonies of #E249DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249DD

Black with #E249DD

Text Example


Text Example

White with #E249DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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