Html Css Color HEX #EE5AD1 Free Speech Magenta

📋 copy color: '#EE5AD1'

red 238 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Magenta #EE5AD1

Tints of Free Speech Magenta #EE5AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 44.32%
G = 16.76%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE5AD1 (or 0xEE5AD1) is known color: Free Speech Magenta. HEX triplet: EE, 5A and D1. RGB value is (238,90,209). Sum of RGB (Red+Green+Blue) = 238+90+209=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5AD1 is #11A52E. Grayscale: #939393. Windows color (decimal): -1156399 or 13720302. OLE color: 13720302.

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

Color convert

RGB 238 90 209 -
CMYK 0 0.62 0.12 0.07
HSL 311.76º 0.81% 0.64% -
HSV(B) 311.76º 0.62% 0.93% -
XYZ 50.42 30.09 63.47 -
YUV 147.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 238 90 209 0 0.62 0.12 0.07 311.76 0.81 0.64
Hex EE 5A D1 0 3E C 7 138 51 40
Octal 356 132 321 0 76 14 7 470 121 100
Binary 11101110 1011010 11010001 0 111110 1100 111 100111000 1010001 1000000

Color Harmonies of #EE5AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5AD1

Black with #EE5AD1

Text Example


Text Example

White with #EE5AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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