Html Css Color HEX #EE5AE8 Free Speech Magenta

📋 copy color: '#EE5AE8'

red 238 ◦ green 90 ◦ blue 232

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

Shades of Free Speech Magenta #EE5AE8

Tints of Free Speech Magenta #EE5AE8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.07%

 BLUE value IS 232 (91.02% from 255) = 41.43%

R = 42.5%
G = 16.07%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE5AE8 (or 0xEE5AE8) is known color: Free Speech Magenta. HEX triplet: EE, 5A and E8. RGB value is (238,90,232). Sum of RGB (Red+Green+Blue) = 238+90+232=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AE8 is #11A517. Grayscale: #969696. Windows color (decimal): -1156376 or 15227630. OLE color: 15227630.

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

Color convert

RGB 238 90 232 -
CMYK 0 0.62 0.03 0.07
HSL 302.43º 0.81% 0.64% -
HSV(B) 302.43º 0.62% 0.93% -
XYZ 53.48 31.32 79.57 -
YUV 150.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 238 90 232 0 0.62 0.03 0.07 302.43 0.81 0.64
Hex EE 5A E8 0 3E 3 7 12E 51 40
Octal 356 132 350 0 76 3 7 456 121 100
Binary 11101110 1011010 11101000 0 111110 11 111 100101110 1010001 1000000

Color Harmonies of #EE5AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5AE8

Black with #EE5AE8

Text Example


Text Example

White with #EE5AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5AE8; }

 p { color: rgb(238,90,232); }

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

background-color css

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

 a { background-color: rgb(238,90,232); }

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

border-color css

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

 span { border-color: rgb(238,90,232); }

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