Html Css Color HEX #EE53EA Free Speech Magenta

📋 copy color: '#EE53EA'

red 238 ◦ green 83 ◦ blue 234

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

Shades of Free Speech Magenta #EE53EA

Tints of Free Speech Magenta #EE53EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 42.88%
G = 14.95%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE53EA (or 0xEE53EA) is known color: Free Speech Magenta. HEX triplet: EE, 53 and EA. RGB value is (238,83,234). Sum of RGB (Red+Green+Blue) = 238+83+234=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 83 (32.81% from 255 or 14.95% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE53EA is #11AC15. Grayscale: #929292. Windows color (decimal): -1158166 or 15356910. OLE color: 15356910.

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

Color convert

RGB 238 83 234 -
CMYK 0 0.65 0.02 0.07
HSL 301.55º 0.82% 0.63% -
HSV(B) 301.55º 0.65% 0.93% -
XYZ 53.2 30.3 80.89 -
YUV 146.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 238 83 234 0 0.65 0.02 0.07 301.55 0.82 0.63
Hex EE 53 EA 0 41 2 7 12E 52 3F
Octal 356 123 352 0 101 2 7 456 122 77
Binary 11101110 1010011 11101010 0 1000001 10 111 100101110 1010010 111111

Color Harmonies of #EE53EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53EA

Black with #EE53EA

Text Example


Text Example

White with #EE53EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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