Html Css Color HEX #E05ADD Free Speech Magenta

📋 copy color: '#E05ADD'

red 224 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #E05ADD

Tints of Free Speech Magenta #E05ADD

RGB

 RED value IS 224 (87.89% from 255) = 41.87%

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

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

R = 41.87%
G = 16.82%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E05ADD (or 0xE05ADD) is known color: Free Speech Magenta. HEX triplet: E0, 5A and DD. RGB value is (224,90,221). Sum of RGB (Red+Green+Blue) = 224+90+221=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ADD is #1FA522. Grayscale: #909090. Windows color (decimal): -2073891 or 14506720. OLE color: 14506720.

HSL color Cylindrical-coordinate representation of color #E05ADD: hue angle of 301.34º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05ADD is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 221 -
CMYK 0 0.60 0.01 0.12
HSL 301.34º 0.68% 0.62% -
HSV(B) 301.34º 0.6% 0.88% -
XYZ 47.45 28.38 71.38 -
YUV 145 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 224 90 221 0 0.60 0.01 0.12 301.34 0.68 0.62
Hex E0 5A DD 0 3C 1 C 12D 44 3E
Octal 340 132 335 0 74 1 14 455 104 76
Binary 11100000 1011010 11011101 0 111100 1 1100 100101101 1000100 111110

Color Harmonies of #E05ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05ADD

Black with #E05ADD

Text Example


Text Example

White with #E05ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05ADD; }

 p { color: rgb(224,90,221); }

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

background-color css

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

 a { background-color: rgb(224,90,221); }

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

border-color css

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

 span { border-color: rgb(224,90,221); }

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