Html Css Color HEX #EE56C2 Free Speech Magenta

📋 copy color: '#EE56C2'

red 238 ◦ green 86 ◦ blue 194

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

Shades of Free Speech Magenta #EE56C2

Tints of Free Speech Magenta #EE56C2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.6%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 45.95%
G = 16.6%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE56C2 (or 0xEE56C2) is known color: Free Speech Magenta. HEX triplet: EE, 56 and C2. RGB value is (238,86,194). Sum of RGB (Red+Green+Blue) = 238+86+194=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56C2 is #11A93D. Grayscale: #8F8F8F. Windows color (decimal): -1157438 or 12736238. OLE color: 12736238.

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

Color convert

RGB 238 86 194 -
CMYK 0 0.64 0.18 0.07
HSL 317.37º 0.82% 0.64% -
HSV(B) 317.37º 0.64% 0.93% -
XYZ 48.33 28.73 54.04 -
YUV 143.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 238 86 194 0 0.64 0.18 0.07 317.37 0.82 0.64
Hex EE 56 C2 0 40 12 7 13D 52 40
Octal 356 126 302 0 100 22 7 475 122 100
Binary 11101110 1010110 11000010 0 1000000 10010 111 100111101 1010010 1000000

Color Harmonies of #EE56C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE56C2

Black with #EE56C2

Text Example


Text Example

White with #EE56C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE56C2; }

 p { color: rgb(238,86,194); }

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

background-color css

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

 a { background-color: rgb(238,86,194); }

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

border-color css

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

 span { border-color: rgb(238,86,194); }

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