Html Css Color HEX #EE61D1 Free Speech Magenta

📋 copy color: '#EE61D1'

red 238 ◦ green 97 ◦ blue 209

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

Shades of Free Speech Magenta #EE61D1

Tints of Free Speech Magenta #EE61D1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.83%

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

R = 43.75%
G = 17.83%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE61D1 (or 0xEE61D1) is known color: Free Speech Magenta. HEX triplet: EE, 61 and D1. RGB value is (238,97,209). Sum of RGB (Red+Green+Blue) = 238+97+209=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61D1 is #119E2E. Grayscale: #979797. Windows color (decimal): -1154607 or 13722094. OLE color: 13722094.

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

Color convert

RGB 238 97 209 -
CMYK 0 0.59 0.12 0.07
HSL 312.34º 0.81% 0.66% -
HSV(B) 312.34º 0.59% 0.93% -
XYZ 51.04 31.33 63.68 -
YUV 151.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 238 97 209 0 0.59 0.12 0.07 312.34 0.81 0.66
Hex EE 61 D1 0 3B C 7 138 51 42
Octal 356 141 321 0 73 14 7 470 121 102
Binary 11101110 1100001 11010001 0 111011 1100 111 100111000 1010001 1000010

Color Harmonies of #EE61D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE61D1

Black with #EE61D1

Text Example


Text Example

White with #EE61D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE61D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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