Html Css Color HEX #E55FDE Free Speech Magenta

📋 copy color: '#E55FDE'

red 229 ◦ green 95 ◦ blue 222

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

Shades of Free Speech Magenta #E55FDE

Tints of Free Speech Magenta #E55FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 41.94%
G = 17.4%
B = 40.66%

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

#E55FDE (or 0xE55FDE) is known color: Free Speech Magenta. HEX triplet: E5, 5F and DE. RGB value is (229,95,222). Sum of RGB (Red+Green+Blue) = 229+95+222=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FDE is #1AA021. Grayscale: #959595. Windows color (decimal): -1744930 or 14573541. OLE color: 14573541.

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

Color convert

RGB 229 95 222 -
CMYK 0 0.59 0.03 0.10
HSL 303.13º 0.72% 0.64% -
HSV(B) 303.13º 0.59% 0.9% -
XYZ 49.59 30.12 72.31 -
YUV 149.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 229 95 222 0 0.59 0.03 0.10 303.13 0.72 0.64
Hex E5 5F DE 0 3B 3 A 12F 48 40
Octal 345 137 336 0 73 3 12 457 110 100
Binary 11100101 1011111 11011110 0 111011 11 1010 100101111 1001000 1000000

Color Harmonies of #E55FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55FDE

Black with #E55FDE

Text Example


Text Example

White with #E55FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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