Html Css Color HEX #E038F9 Free Speech Magenta

📋 copy color: '#E038F9'

red 224 ◦ green 56 ◦ blue 249

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

Shades of Free Speech Magenta #E038F9

Tints of Free Speech Magenta #E038F9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.59%

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 42.34%
G = 10.59%
B = 47.07%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E038F9 (or 0xE038F9) is known color: Free Speech Magenta. HEX triplet: E0, 38 and F9. RGB value is (224,56,249). Sum of RGB (Red+Green+Blue) = 224+56+249=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 56 (22.27% from 255 or 10.59% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #E038F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E038F9 is #1FC706. Grayscale: #7F7F7F. Windows color (decimal): -2082567 or 16333024. OLE color: 16333024.

HSL color Cylindrical-coordinate representation of color #E038F9: hue angle of 292.23º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E038F9 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 56 249 -
CMYK 0.10 0.78 0 0.02
HSL 292.23º 0.94% 0.6% -
HSV(B) 292.23º 0.78% 0.98% -
XYZ 49.25 25.52 91.95 -
YUV 128.23 196.16 196.31 -
System Red Green Blue C M Y K H S L
Decimal 224 56 249 0.10 0.78 0 0.02 292.23 0.94 0.6
Hex E0 38 F9 A 4E 0 2 124 5E 3C
Octal 340 70 371 12 116 0 2 444 136 74
Binary 11100000 111000 11111001 1010 1001110 0 10 100100100 1011110 111100

Color Harmonies of #E038F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E038F9

Black with #E038F9

Text Example


Text Example

White with #E038F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E038F9; }

 p { color: rgb(224,56,249); }

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

background-color css

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

 a { background-color: rgb(224,56,249); }

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

border-color css

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

 span { border-color: rgb(224,56,249); }

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