Html Css Color HEX #EE55EA Free Speech Magenta

📋 copy color: '#EE55EA'

red 238 ◦ green 85 ◦ blue 234

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

Shades of Free Speech Magenta #EE55EA

Tints of Free Speech Magenta #EE55EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.26%

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

R = 42.73%
G = 15.26%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE55EA (or 0xEE55EA) is known color: Free Speech Magenta. HEX triplet: EE, 55 and EA. RGB value is (238,85,234). Sum of RGB (Red+Green+Blue) = 238+85+234=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55EA is #11AA15. Grayscale: #939393. Windows color (decimal): -1157654 or 15357422. OLE color: 15357422.

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

Color convert

RGB 238 85 234 -
CMYK 0 0.64 0.02 0.07
HSL 301.57º 0.82% 0.63% -
HSV(B) 301.57º 0.64% 0.93% -
XYZ 53.36 30.61 80.94 -
YUV 147.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 238 85 234 0 0.64 0.02 0.07 301.57 0.82 0.63
Hex EE 55 EA 0 40 2 7 12E 52 3F
Octal 356 125 352 0 100 2 7 456 122 77
Binary 11101110 1010101 11101010 0 1000000 10 111 100101110 1010010 111111

Color Harmonies of #EE55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55EA

Black with #EE55EA

Text Example


Text Example

White with #EE55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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