Html Css Color HEX #E55ADF Free Speech Magenta

📋 copy color: '#E55ADF'

red 229 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #E55ADF

Tints of Free Speech Magenta #E55ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.61%

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 42.25%
G = 16.61%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E55ADF (or 0xE55ADF) is known color: Free Speech Magenta. HEX triplet: E5, 5A and DF. RGB value is (229,90,223). Sum of RGB (Red+Green+Blue) = 229+90+223=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ADF is #1AA520. Grayscale: #929292. Windows color (decimal): -1746209 or 14637797. OLE color: 14637797.

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

Color convert

RGB 229 90 223 -
CMYK 0 0.61 0.03 0.10
HSL 302.59º 0.73% 0.63% -
HSV(B) 302.59º 0.61% 0.9% -
XYZ 49.29 29.3 72.87 -
YUV 146.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 229 90 223 0 0.61 0.03 0.10 302.59 0.73 0.63
Hex E5 5A DF 0 3D 3 A 12F 49 3F
Octal 345 132 337 0 75 3 12 457 111 77
Binary 11100101 1011010 11011111 0 111101 11 1010 100101111 1001001 111111

Color Harmonies of #E55ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55ADF

Black with #E55ADF

Text Example


Text Example

White with #E55ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55ADF; }

 p { color: rgb(229,90,223); }

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

background-color css

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

 a { background-color: rgb(229,90,223); }

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

border-color css

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

 span { border-color: rgb(229,90,223); }

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