Html Css Color HEX #EE59ED Free Speech Magenta

📋 copy color: '#EE59ED'

red 238 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #EE59ED

Tints of Free Speech Magenta #EE59ED

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.78%

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 42.2%
G = 15.78%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE59ED (or 0xEE59ED) is known color: Free Speech Magenta. HEX triplet: EE, 59 and ED. RGB value is (238,89,237). Sum of RGB (Red+Green+Blue) = 238+89+237=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE59ED is #11A612. Grayscale: #959595. Windows color (decimal): -1156627 or 15555054. OLE color: 15555054.

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

Color convert

RGB 238 89 237 -
CMYK 0 0.63 0.00 0.07
HSL 300.4º 0.81% 0.64% -
HSV(B) 300.4º 0.63% 0.93% -
XYZ 54.12 31.44 83.34 -
YUV 150.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 238 89 237 0 0.63 0.00 0.07 300.4 0.81 0.64
Hex EE 59 ED 0 3F 0 7 12C 51 40
Octal 356 131 355 0 77 0 7 454 121 100
Binary 11101110 1011001 11101101 0 111111 0 111 100101100 1010001 1000000

Color Harmonies of #EE59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE59ED

Black with #EE59ED

Text Example


Text Example

White with #EE59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE59ED; }

 p { color: rgb(238,89,237); }

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

background-color css

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

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

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

border-color css

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

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

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