Html Css Color HEX #EE55C5 Free Speech Magenta

📋 copy color: '#EE55C5'

red 238 ◦ green 85 ◦ blue 197

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

Shades of Free Speech Magenta #EE55C5

Tints of Free Speech Magenta #EE55C5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.35%

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 45.77%
G = 16.35%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE55C5 (or 0xEE55C5) is known color: Free Speech Magenta. HEX triplet: EE, 55 and C5. RGB value is (238,85,197). Sum of RGB (Red+Green+Blue) = 238+85+197=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55C5 is #11AA3A. Grayscale: #8F8F8F. Windows color (decimal): -1157691 or 12932590. OLE color: 12932590.

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

Color convert

RGB 238 85 197 -
CMYK 0 0.64 0.17 0.07
HSL 316.08º 0.82% 0.63% -
HSV(B) 316.08º 0.64% 0.93% -
XYZ 48.59 28.71 55.8 -
YUV 143.52 158.19 195.39 -
System Red Green Blue C M Y K H S L
Decimal 238 85 197 0 0.64 0.17 0.07 316.08 0.82 0.63
Hex EE 55 C5 0 40 11 7 13C 52 3F
Octal 356 125 305 0 100 21 7 474 122 77
Binary 11101110 1010101 11000101 0 1000000 10001 111 100111100 1010010 111111

Color Harmonies of #EE55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55C5

Black with #EE55C5

Text Example


Text Example

White with #EE55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55C5; }

 p { color: rgb(238,85,197); }

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

background-color css

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

 a { background-color: rgb(238,85,197); }

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

border-color css

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

 span { border-color: rgb(238,85,197); }

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