Html Css Color HEX #EE49F2 Free Speech Magenta

📋 copy color: '#EE49F2'

red 238 ◦ green 73 ◦ blue 242

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

Shades of Free Speech Magenta #EE49F2

Tints of Free Speech Magenta #EE49F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 43.04%
G = 13.2%
B = 43.76%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE49F2 (or 0xEE49F2) is known color: Free Speech Magenta. HEX triplet: EE, 49 and F2. RGB value is (238,73,242). Sum of RGB (Red+Green+Blue) = 238+73+242=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE49F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49F2 is #11B60D. Grayscale: #8D8D8D. Windows color (decimal): -1160718 or 15878638. OLE color: 15878638.

HSL color Cylindrical-coordinate representation of color #EE49F2: hue angle of 298.58º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE49F2 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 73 242 -
CMYK 0.02 0.70 0 0.05
HSL 298.58º 0.87% 0.62% -
HSV(B) 298.58º 0.7% 0.95% -
XYZ 53.67 29.35 86.84 -
YUV 141.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 238 73 242 0.02 0.70 0 0.05 298.58 0.87 0.62
Hex EE 49 F2 2 46 0 5 12B 57 3E
Octal 356 111 362 2 106 0 5 453 127 76
Binary 11101110 1001001 11110010 10 1000110 0 101 100101011 1010111 111110

Color Harmonies of #EE49F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE49F2

Black with #EE49F2

Text Example


Text Example

White with #EE49F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE49F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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