Html Css Color HEX #EE5ECF Free Speech Magenta

📋 copy color: '#EE5ECF'

red 238 ◦ green 94 ◦ blue 207

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

Shades of Free Speech Magenta #EE5ECF

Tints of Free Speech Magenta #EE5ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 44.16%
G = 17.44%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE5ECF (or 0xEE5ECF) is known color: Free Speech Magenta. HEX triplet: EE, 5E and CF. RGB value is (238,94,207). Sum of RGB (Red+Green+Blue) = 238+94+207=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ECF is #11A130. Grayscale: #959595. Windows color (decimal): -1155377 or 13590254. OLE color: 13590254.

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

Color convert

RGB 238 94 207 -
CMYK 0 0.61 0.13 0.07
HSL 312.92º 0.81% 0.65% -
HSV(B) 312.92º 0.61% 0.93% -
XYZ 50.53 30.69 62.29 -
YUV 149.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 238 94 207 0 0.61 0.13 0.07 312.92 0.81 0.65
Hex EE 5E CF 0 3D D 7 139 51 41
Octal 356 136 317 0 75 15 7 471 121 101
Binary 11101110 1011110 11001111 0 111101 1101 111 100111001 1010001 1000001

Color Harmonies of #EE5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5ECF

Black with #EE5ECF

Text Example


Text Example

White with #EE5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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