Html Css Color HEX #E03AF6 Free Speech Magenta

📋 copy color: '#E03AF6'

red 224 ◦ green 58 ◦ blue 246

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

Shades of Free Speech Magenta #E03AF6

Tints of Free Speech Magenta #E03AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 42.42%
G = 10.98%
B = 46.59%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E03AF6 (or 0xE03AF6) is known color: Free Speech Magenta. HEX triplet: E0, 3A and F6. RGB value is (224,58,246). Sum of RGB (Red+Green+Blue) = 224+58+246=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #E03AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03AF6 is #1FC509. Grayscale: #808080. Windows color (decimal): -2082058 or 16136928. OLE color: 16136928.

HSL color Cylindrical-coordinate representation of color #E03AF6: hue angle of 292.98º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03AF6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 58 246 -
CMYK 0.09 0.76 0 0.04
HSL 292.98º 0.91% 0.6% -
HSV(B) 292.98º 0.76% 0.96% -
XYZ 48.89 25.53 89.54 -
YUV 129.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 224 58 246 0.09 0.76 0 0.04 292.98 0.91 0.6
Hex E0 3A F6 9 4C 0 4 125 5B 3C
Octal 340 72 366 11 114 0 4 445 133 74
Binary 11100000 111010 11110110 1001 1001100 0 100 100100101 1011011 111100

Color Harmonies of #E03AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03AF6

Black with #E03AF6

Text Example


Text Example

White with #E03AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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