Html Css Color HEX #EE53EF Free Speech Magenta

📋 copy color: '#EE53EF'

red 238 ◦ green 83 ◦ blue 239

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

Shades of Free Speech Magenta #EE53EF

Tints of Free Speech Magenta #EE53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.82%

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 42.5%
G = 14.82%
B = 42.68%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE53EF (or 0xEE53EF) is known color: Free Speech Magenta. HEX triplet: EE, 53 and EF. RGB value is (238,83,239). Sum of RGB (Red+Green+Blue) = 238+83+239=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 83 (32.81% from 255 or 14.82% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE53EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE53EF is #11AC10. Grayscale: #929292. Windows color (decimal): -1158161 or 15684590. OLE color: 15684590.

HSL color Cylindrical-coordinate representation of color #EE53EF: hue angle of 299.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE53EF is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 83 239 -
CMYK 0.00 0.65 0 0.06
HSL 299.62º 0.83% 0.63% -
HSV(B) 299.62º 0.65% 0.94% -
XYZ 53.93 30.6 84.72 -
YUV 147.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 238 83 239 0.00 0.65 0 0.06 299.62 0.83 0.63
Hex EE 53 EF 0 41 0 6 12C 53 3F
Octal 356 123 357 0 101 0 6 454 123 77
Binary 11101110 1010011 11101111 0 1000001 0 110 100101100 1010011 111111

Color Harmonies of #EE53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53EF

Black with #EE53EF

Text Example


Text Example

White with #EE53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53EF; }

 p { color: rgb(238,83,239); }

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

background-color css

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

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

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

border-color css

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

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

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