Html Css Color HEX #EE5EDC Free Speech Magenta

📋 copy color: '#EE5EDC'

red 238 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #EE5EDC

Tints of Free Speech Magenta #EE5EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.03%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 43.12%
G = 17.03%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE5EDC (or 0xEE5EDC) is known color: Free Speech Magenta. HEX triplet: EE, 5E and DC. RGB value is (238,94,220). Sum of RGB (Red+Green+Blue) = 238+94+220=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5EDC is #11A123. Grayscale: #979797. Windows color (decimal): -1155364 or 14442222. OLE color: 14442222.

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

Color convert

RGB 238 94 220 -
CMYK 0 0.61 0.08 0.07
HSL 307.5º 0.81% 0.65% -
HSV(B) 307.5º 0.61% 0.93% -
XYZ 52.18 31.35 71.01 -
YUV 151.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 238 94 220 0 0.61 0.08 0.07 307.5 0.81 0.65
Hex EE 5E DC 0 3D 8 7 134 51 41
Octal 356 136 334 0 75 10 7 464 121 101
Binary 11101110 1011110 11011100 0 111101 1000 111 100110100 1010001 1000001

Color Harmonies of #EE5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5EDC

Black with #EE5EDC

Text Example


Text Example

White with #EE5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5EDC; }

 p { color: rgb(238,94,220); }

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

background-color css

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

 a { background-color: rgb(238,94,220); }

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

border-color css

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

 span { border-color: rgb(238,94,220); }

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