Html Css Color HEX #EE5FEC Free Speech Magenta

📋 copy color: '#EE5FEC'

red 238 ◦ green 95 ◦ blue 236

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

Shades of Free Speech Magenta #EE5FEC

Tints of Free Speech Magenta #EE5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.7%

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

R = 41.83%
G = 16.7%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE5FEC (or 0xEE5FEC) is known color: Free Speech Magenta. HEX triplet: EE, 5F and EC. RGB value is (238,95,236). Sum of RGB (Red+Green+Blue) = 238+95+236=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 95 (37.5% from 255 or 16.70% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FEC is #11A013. Grayscale: #999999. Windows color (decimal): -1155092 or 15491054. OLE color: 15491054.

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

Color convert

RGB 238 95 236 -
CMYK 0 0.60 0.01 0.07
HSL 300.84º 0.81% 0.65% -
HSV(B) 300.84º 0.6% 0.93% -
XYZ 54.49 32.42 82.74 -
YUV 153.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 238 95 236 0 0.60 0.01 0.07 300.84 0.81 0.65
Hex EE 5F EC 0 3C 1 7 12D 51 41
Octal 356 137 354 0 74 1 7 455 121 101
Binary 11101110 1011111 11101100 0 111100 1 111 100101101 1010001 1000001

Color Harmonies of #EE5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5FEC

Black with #EE5FEC

Text Example


Text Example

White with #EE5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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