Html Css Color HEX #EE49EE Free Speech Magenta

📋 copy color: '#EE49EE'

red 238 ◦ green 73 ◦ blue 238

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

Shades of Free Speech Magenta #EE49EE

Tints of Free Speech Magenta #EE49EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 43.35%
G = 13.3%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE49EE (or 0xEE49EE) is known color: Free Speech Magenta. HEX triplet: EE, 49 and EE. RGB value is (238,73,238). Sum of RGB (Red+Green+Blue) = 238+73+238=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE49EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49EE is #11B611. Grayscale: #8C8C8C. Windows color (decimal): -1160722 or 15616494. OLE color: 15616494.

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

Color convert

RGB 238 73 238 -
CMYK 0 0.69 0 0.07
HSL 300º 0.83% 0.61% -
HSV(B) 300º 0.69% 0.93% -
XYZ 53.08 29.12 83.71 -
YUV 141.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 238 73 238 0 0.69 0 0.07 300 0.83 0.61
Hex EE 49 EE 0 45 0 7 12C 53 3D
Octal 356 111 356 0 105 0 7 454 123 75
Binary 11101110 1001001 11101110 0 1000101 0 111 100101100 1010011 111101

Color Harmonies of #EE49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE49EE

Black with #EE49EE

Text Example


Text Example

White with #EE49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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