Html Css Color HEX #EE5AEC Free Speech Magenta

📋 copy color: '#EE5AEC'

red 238 ◦ green 90 ◦ blue 236

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

Shades of Free Speech Magenta #EE5AEC

Tints of Free Speech Magenta #EE5AEC

RGB

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

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

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

R = 42.2%
G = 15.96%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE5AEC (or 0xEE5AEC) is known color: Free Speech Magenta. HEX triplet: EE, 5A and EC. RGB value is (238,90,236). Sum of RGB (Red+Green+Blue) = 238+90+236=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AEC is #11A513. Grayscale: #969696. Windows color (decimal): -1156372 or 15489774. OLE color: 15489774.

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

Color convert

RGB 238 90 236 -
CMYK 0 0.62 0.01 0.07
HSL 300.81º 0.81% 0.64% -
HSV(B) 300.81º 0.62% 0.93% -
XYZ 54.06 31.55 82.6 -
YUV 150.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 238 90 236 0 0.62 0.01 0.07 300.81 0.81 0.64
Hex EE 5A EC 0 3E 1 7 12D 51 40
Octal 356 132 354 0 76 1 7 455 121 100
Binary 11101110 1011010 11101100 0 111110 1 111 100101101 1010001 1000000

Color Harmonies of #EE5AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5AEC

Black with #EE5AEC

Text Example


Text Example

White with #EE5AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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