Html Css Color HEX #EE54EE Free Speech Magenta

📋 copy color: '#EE54EE'

red 238 ◦ green 84 ◦ blue 238

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

Shades of Free Speech Magenta #EE54EE

Tints of Free Speech Magenta #EE54EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15%

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

R = 42.5%
G = 15%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE54EE (or 0xEE54EE) is known color: Free Speech Magenta. HEX triplet: EE, 54 and EE. RGB value is (238,84,238). Sum of RGB (Red+Green+Blue) = 238+84+238=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 84 (33.20% from 255 or 15% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE54EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54EE is #11AB11. Grayscale: #939393. Windows color (decimal): -1157906 or 15619310. OLE color: 15619310.

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

Color convert

RGB 238 84 238 -
CMYK 0 0.65 0 0.07
HSL 300º 0.82% 0.63% -
HSV(B) 300º 0.65% 0.93% -
XYZ 53.86 30.69 83.97 -
YUV 147.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 238 84 238 0 0.65 0 0.07 300 0.82 0.63
Hex EE 54 EE 0 41 0 7 12C 52 3F
Octal 356 124 356 0 101 0 7 454 122 77
Binary 11101110 1010100 11101110 0 1000001 0 111 100101100 1010010 111111

Color Harmonies of #EE54EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54EE

Black with #EE54EE

Text Example


Text Example

White with #EE54EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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