Html Css Color HEX #E03AE5 Free Speech Magenta

📋 copy color: '#E03AE5'

red 224 ◦ green 58 ◦ blue 229

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

Shades of Free Speech Magenta #E03AE5

Tints of Free Speech Magenta #E03AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.35%

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 43.84%
G = 11.35%
B = 44.81%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E03AE5 (or 0xE03AE5) is known color: Free Speech Magenta. HEX triplet: E0, 3A and E5. RGB value is (224,58,229). Sum of RGB (Red+Green+Blue) = 224+58+229=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #E03AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03AE5 is #1FC51A. Grayscale: #7E7E7E. Windows color (decimal): -2082075 or 15022816. OLE color: 15022816.

HSL color Cylindrical-coordinate representation of color #E03AE5: hue angle of 298.25º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03AE5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 58 229 -
CMYK 0.02 0.75 0 0.10
HSL 298.25º 0.77% 0.56% -
HSV(B) 298.25º 0.75% 0.9% -
XYZ 46.4 24.53 76.42 -
YUV 127.13 185.5 197.1 -
System Red Green Blue C M Y K H S L
Decimal 224 58 229 0.02 0.75 0 0.10 298.25 0.77 0.56
Hex E0 3A E5 2 4B 0 A 12A 4D 38
Octal 340 72 345 2 113 0 12 452 115 70
Binary 11100000 111010 11100101 10 1001011 0 1010 100101010 1001101 111000

Color Harmonies of #E03AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03AE5

Black with #E03AE5

Text Example


Text Example

White with #E03AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03AE5; }

 p { color: rgb(224,58,229); }

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

background-color css

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

 a { background-color: rgb(224,58,229); }

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

border-color css

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

 span { border-color: rgb(224,58,229); }

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