Html Css Color HEX #EE56C4 Free Speech Magenta

📋 copy color: '#EE56C4'

red 238 ◦ green 86 ◦ blue 196

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

Shades of Free Speech Magenta #EE56C4

Tints of Free Speech Magenta #EE56C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.69%

R = 45.77%
G = 16.54%
B = 37.69%

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

#EE56C4 (or 0xEE56C4) is known color: Free Speech Magenta. HEX triplet: EE, 56 and C4. RGB value is (238,86,196). Sum of RGB (Red+Green+Blue) = 238+86+196=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56C4 is #11A93B. Grayscale: #8F8F8F. Windows color (decimal): -1157436 or 12867310. OLE color: 12867310.

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

Color convert

RGB 238 86 196 -
CMYK 0 0.64 0.18 0.07
HSL 316.58º 0.82% 0.64% -
HSV(B) 316.58º 0.64% 0.93% -
XYZ 48.55 28.82 55.23 -
YUV 143.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 238 86 196 0 0.64 0.18 0.07 316.58 0.82 0.64
Hex EE 56 C4 0 40 12 7 13D 52 40
Octal 356 126 304 0 100 22 7 475 122 100
Binary 11101110 1010110 11000100 0 1000000 10010 111 100111101 1010010 1000000

Color Harmonies of #EE56C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE56C4

Black with #EE56C4

Text Example


Text Example

White with #EE56C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE56C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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