Html Css Color HEX #E55FDD Free Speech Magenta

📋 copy color: '#E55FDD'

red 229 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #E55FDD

Tints of Free Speech Magenta #E55FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 42.02%
G = 17.43%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E55FDD (or 0xE55FDD) is known color: Free Speech Magenta. HEX triplet: E5, 5F and DD. RGB value is (229,95,221). Sum of RGB (Red+Green+Blue) = 229+95+221=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FDD is #1AA022. Grayscale: #959595. Windows color (decimal): -1744931 or 14508005. OLE color: 14508005.

HSL color Cylindrical-coordinate representation of color #E55FDD: hue angle of 303.58º 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 #E55FDD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 95 221 -
CMYK 0 0.59 0.03 0.10
HSL 303.58º 0.72% 0.64% -
HSV(B) 303.58º 0.59% 0.9% -
XYZ 49.46 30.06 71.6 -
YUV 149.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 229 95 221 0 0.59 0.03 0.10 303.58 0.72 0.64
Hex E5 5F DD 0 3B 3 A 130 48 40
Octal 345 137 335 0 73 3 12 460 110 100
Binary 11100101 1011111 11011101 0 111011 11 1010 100110000 1001000 1000000

Color Harmonies of #E55FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55FDD

Black with #E55FDD

Text Example


Text Example

White with #E55FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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