Html Css Color HEX #EE56EE Free Speech Magenta

📋 copy color: '#EE56EE'

red 238 ◦ green 86 ◦ blue 238

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

Shades of Free Speech Magenta #EE56EE

Tints of Free Speech Magenta #EE56EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.3%

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

R = 42.35%
G = 15.3%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE56EE (or 0xEE56EE) is known color: Free Speech Magenta. HEX triplet: EE, 56 and EE. RGB value is (238,86,238). Sum of RGB (Red+Green+Blue) = 238+86+238=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE56EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE56EE is #11A911. Grayscale: #949494. Windows color (decimal): -1157394 or 15619822. OLE color: 15619822.

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

Color convert

RGB 238 86 238 -
CMYK 0 0.64 0 0.07
HSL 300º 0.82% 0.64% -
HSV(B) 300º 0.64% 0.93% -
XYZ 54.02 31.01 84.03 -
YUV 148.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 238 86 238 0 0.64 0 0.07 300 0.82 0.64
Hex EE 56 EE 0 40 0 7 12C 52 40
Octal 356 126 356 0 100 0 7 454 122 100
Binary 11101110 1010110 11101110 0 1000000 0 111 100101100 1010010 1000000

Color Harmonies of #EE56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE56EE

Black with #EE56EE

Text Example


Text Example

White with #EE56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE56EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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