Html Css Color HEX #EE49DD Free Speech Magenta

📋 copy color: '#EE49DD'

red 238 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #EE49DD

Tints of Free Speech Magenta #EE49DD

RGB

 RED value IS 238 (93.36% from 255) = 44.74%

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

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

R = 44.74%
G = 13.72%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE49DD (or 0xEE49DD) is known color: Free Speech Magenta. HEX triplet: EE, 49 and DD. RGB value is (238,73,221). Sum of RGB (Red+Green+Blue) = 238+73+221=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE49DD is #11B622. Grayscale: #8A8A8A. Windows color (decimal): -1160739 or 14502382. OLE color: 14502382.

HSL color Cylindrical-coordinate representation of color #EE49DD: hue angle of 306.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE49DD is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 221 -
CMYK 0 0.69 0.07 0.07
HSL 306.18º 0.83% 0.61% -
HSV(B) 306.18º 0.69% 0.93% -
XYZ 50.69 28.16 71.17 -
YUV 139.21 174.16 198.47 -
System Red Green Blue C M Y K H S L
Decimal 238 73 221 0 0.69 0.07 0.07 306.18 0.83 0.61
Hex EE 49 DD 0 45 7 7 132 53 3D
Octal 356 111 335 0 105 7 7 462 123 75
Binary 11101110 1001001 11011101 0 1000101 111 111 100110010 1010011 111101

Color Harmonies of #EE49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE49DD

Black with #EE49DD

Text Example


Text Example

White with #EE49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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