Html Css Color HEX #EE50DC Free Speech Magenta

📋 copy color: '#EE50DC'

red 238 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Magenta #EE50DC

Tints of Free Speech Magenta #EE50DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.87%

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

R = 44.24%
G = 14.87%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE50DC (or 0xEE50DC) is known color: Free Speech Magenta. HEX triplet: EE, 50 and DC. RGB value is (238,80,220). Sum of RGB (Red+Green+Blue) = 238+80+220=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50DC is #11AF23. Grayscale: #8E8E8E. Windows color (decimal): -1158948 or 14438638. OLE color: 14438638.

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

Color convert

RGB 238 80 220 -
CMYK 0 0.66 0.08 0.07
HSL 306.84º 0.82% 0.62% -
HSV(B) 306.84º 0.66% 0.93% -
XYZ 51.05 29.08 70.63 -
YUV 143.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 238 80 220 0 0.66 0.08 0.07 306.84 0.82 0.62
Hex EE 50 DC 0 42 8 7 133 52 3E
Octal 356 120 334 0 102 10 7 463 122 76
Binary 11101110 1010000 11011100 0 1000010 1000 111 100110011 1010010 111110

Color Harmonies of #EE50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50DC

Black with #EE50DC

Text Example


Text Example

White with #EE50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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