Html Css Color HEX #EE53EC Free Speech Magenta

📋 copy color: '#EE53EC'

red 238 ◦ green 83 ◦ blue 236

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

Shades of Free Speech Magenta #EE53EC

Tints of Free Speech Magenta #EE53EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 42.73%
G = 14.9%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE53EC (or 0xEE53EC) is known color: Free Speech Magenta. HEX triplet: EE, 53 and EC. RGB value is (238,83,236). Sum of RGB (Red+Green+Blue) = 238+83+236=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE53EC is #11AC13. Grayscale: #929292. Windows color (decimal): -1158164 or 15487982. OLE color: 15487982.

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

Color convert

RGB 238 83 236 -
CMYK 0 0.65 0.01 0.07
HSL 300.77º 0.82% 0.63% -
HSV(B) 300.77º 0.65% 0.93% -
XYZ 53.49 30.42 82.41 -
YUV 146.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 238 83 236 0 0.65 0.01 0.07 300.77 0.82 0.63
Hex EE 53 EC 0 41 1 7 12D 52 3F
Octal 356 123 354 0 101 1 7 455 122 77
Binary 11101110 1010011 11101100 0 1000001 1 111 100101101 1010010 111111

Color Harmonies of #EE53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53EC

Black with #EE53EC

Text Example


Text Example

White with #EE53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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