Html Css Color HEX #E55CC1 Free Speech Magenta

📋 copy color: '#E55CC1'

red 229 ◦ green 92 ◦ blue 193

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

Shades of Free Speech Magenta #E55CC1

Tints of Free Speech Magenta #E55CC1

RGB

 RED value IS 229 (89.84% from 255) = 44.55%

 GREEN value IS 92 (36.33% from 255) = 17.9%

 BLUE value IS 193 (75.78% from 255) = 37.55%

R = 44.55%
G = 17.9%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E55CC1 (or 0xE55CC1) is known color: Free Speech Magenta. HEX triplet: E5, 5C and C1. RGB value is (229,92,193). Sum of RGB (Red+Green+Blue) = 229+92+193=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CC1 is #1AA33E. Grayscale: #909090. Windows color (decimal): -1745727 or 12672229. OLE color: 12672229.

HSL color Cylindrical-coordinate representation of color #E55CC1: hue angle of 315.77º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CC1 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 92 193 -
CMYK 0 0.60 0.16 0.10
HSL 315.77º 0.72% 0.63% -
HSV(B) 315.77º 0.6% 0.9% -
XYZ 45.77 28.16 53.48 -
YUV 144.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 229 92 193 0 0.60 0.16 0.10 315.77 0.72 0.63
Hex E5 5C C1 0 3C 10 A 13C 48 3F
Octal 345 134 301 0 74 20 12 474 110 77
Binary 11100101 1011100 11000001 0 111100 10000 1010 100111100 1001000 111111

Color Harmonies of #E55CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55CC1

Black with #E55CC1

Text Example


Text Example

White with #E55CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55CC1; }

 p { color: rgb(229,92,193); }

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

background-color css

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

 a { background-color: rgb(229,92,193); }

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

border-color css

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

 span { border-color: rgb(229,92,193); }

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