Html Css Color HEX #E55DDE Free Speech Magenta

📋 copy color: '#E55DDE'

red 229 ◦ green 93 ◦ blue 222

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

Shades of Free Speech Magenta #E55DDE

Tints of Free Speech Magenta #E55DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.1%

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

R = 42.1%
G = 17.1%
B = 40.81%

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

#E55DDE (or 0xE55DDE) is known color: Free Speech Magenta. HEX triplet: E5, 5D and DE. RGB value is (229,93,222). Sum of RGB (Red+Green+Blue) = 229+93+222=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DDE is #1AA221. Grayscale: #939393. Windows color (decimal): -1745442 or 14573029. OLE color: 14573029.

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

Color convert

RGB 229 93 222 -
CMYK 0 0.59 0.03 0.10
HSL 303.09º 0.72% 0.63% -
HSV(B) 303.09º 0.59% 0.9% -
XYZ 49.41 29.76 72.25 -
YUV 148.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 229 93 222 0 0.59 0.03 0.10 303.09 0.72 0.63
Hex E5 5D DE 0 3B 3 A 12F 48 3F
Octal 345 135 336 0 73 3 12 457 110 77
Binary 11100101 1011101 11011110 0 111011 11 1010 100101111 1001000 111111

Color Harmonies of #E55DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DDE

Black with #E55DDE

Text Example


Text Example

White with #E55DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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