Html Css Color HEX #EE49EA Free Speech Magenta

📋 copy color: '#EE49EA'

red 238 ◦ green 73 ◦ blue 234

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

Shades of Free Speech Magenta #EE49EA

Tints of Free Speech Magenta #EE49EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 43.67%
G = 13.39%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE49EA (or 0xEE49EA) is known color: Free Speech Magenta. HEX triplet: EE, 49 and EA. RGB value is (238,73,234). Sum of RGB (Red+Green+Blue) = 238+73+234=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49EA is #11B615. Grayscale: #8C8C8C. Windows color (decimal): -1160726 or 15354350. OLE color: 15354350.

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

Color convert

RGB 238 73 234 -
CMYK 0 0.69 0.02 0.07
HSL 301.45º 0.83% 0.61% -
HSV(B) 301.45º 0.69% 0.93% -
XYZ 52.49 28.88 80.65 -
YUV 140.69 180.66 197.41 -
System Red Green Blue C M Y K H S L
Decimal 238 73 234 0 0.69 0.02 0.07 301.45 0.83 0.61
Hex EE 49 EA 0 45 2 7 12D 53 3D
Octal 356 111 352 0 105 2 7 455 123 75
Binary 11101110 1001001 11101010 0 1000101 10 111 100101101 1010011 111101

Color Harmonies of #EE49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE49EA

Black with #EE49EA

Text Example


Text Example

White with #EE49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE49EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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