Html Css Color HEX #E55FDC Free Speech Magenta

📋 copy color: '#E55FDC'

red 229 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #E55FDC

Tints of Free Speech Magenta #E55FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.46%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 42.1%
G = 17.46%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E55FDC (or 0xE55FDC) is known color: Free Speech Magenta. HEX triplet: E5, 5F and DC. RGB value is (229,95,220). Sum of RGB (Red+Green+Blue) = 229+95+220=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FDC is #1AA023. Grayscale: #949494. Windows color (decimal): -1744932 or 14442469. OLE color: 14442469.

HSL color Cylindrical-coordinate representation of color #E55FDC: hue angle of 304.03º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FDC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 95 220 -
CMYK 0 0.59 0.04 0.10
HSL 304.03º 0.72% 0.64% -
HSV(B) 304.03º 0.59% 0.9% -
XYZ 49.32 30.01 70.9 -
YUV 149.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 229 95 220 0 0.59 0.04 0.10 304.03 0.72 0.64
Hex E5 5F DC 0 3B 4 A 130 48 40
Octal 345 137 334 0 73 4 12 460 110 100
Binary 11100101 1011111 11011100 0 111011 100 1010 100110000 1001000 1000000

Color Harmonies of #E55FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55FDC

Black with #E55FDC

Text Example


Text Example

White with #E55FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55FDC; }

 p { color: rgb(229,95,220); }

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

background-color css

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

 a { background-color: rgb(229,95,220); }

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

border-color css

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

 span { border-color: rgb(229,95,220); }

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