Html Css Color HEX #E05ABE Free Speech Magenta

📋 copy color: '#E05ABE'

red 224 ◦ green 90 ◦ blue 190

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

Shades of Free Speech Magenta #E05ABE

Tints of Free Speech Magenta #E05ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 44.44%
G = 17.86%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E05ABE (or 0xE05ABE) is known color: Free Speech Magenta. HEX triplet: E0, 5A and BE. RGB value is (224,90,190). Sum of RGB (Red+Green+Blue) = 224+90+190=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ABE is #1FA541. Grayscale: #8D8D8D. Windows color (decimal): -2073922 or 12475104. OLE color: 12475104.

HSL color Cylindrical-coordinate representation of color #E05ABE: hue angle of 315.22º 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 #E05ABE is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 190 -
CMYK 0 0.60 0.15 0.12
HSL 315.22º 0.68% 0.62% -
HSV(B) 315.22º 0.6% 0.88% -
XYZ 43.69 26.88 51.6 -
YUV 141.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 224 90 190 0 0.60 0.15 0.12 315.22 0.68 0.62
Hex E0 5A BE 0 3C F C 13B 44 3E
Octal 340 132 276 0 74 17 14 473 104 76
Binary 11100000 1011010 10111110 0 111100 1111 1100 100111011 1000100 111110

Color Harmonies of #E05ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05ABE

Black with #E05ABE

Text Example


Text Example

White with #E05ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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