Html Css Color HEX #E041EB Free Speech Magenta

📋 copy color: '#E041EB'

red 224 ◦ green 65 ◦ blue 235

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

Shades of Free Speech Magenta #E041EB

Tints of Free Speech Magenta #E041EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.4%

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 42.75%
G = 12.4%
B = 44.85%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E041EB (or 0xE041EB) is known color: Free Speech Magenta. HEX triplet: E0, 41 and EB. RGB value is (224,65,235). Sum of RGB (Red+Green+Blue) = 224+65+235=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #E041EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041EB is #1FBE14. Grayscale: #838383. Windows color (decimal): -2080277 or 15417824. OLE color: 15417824.

HSL color Cylindrical-coordinate representation of color #E041EB: hue angle of 296.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E041EB is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 65 235 -
CMYK 0.05 0.72 0 0.08
HSL 296.12º 0.81% 0.59% -
HSV(B) 296.12º 0.72% 0.92% -
XYZ 47.63 25.63 81.03 -
YUV 131.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 224 65 235 0.05 0.72 0 0.08 296.12 0.81 0.59
Hex E0 41 EB 5 48 0 8 128 51 3B
Octal 340 101 353 5 110 0 10 450 121 73
Binary 11100000 1000001 11101011 101 1001000 0 1000 100101000 1010001 111011

Color Harmonies of #E041EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041EB

Black with #E041EB

Text Example


Text Example

White with #E041EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041EB; }

 p { color: rgb(224,65,235); }

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

background-color css

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

 a { background-color: rgb(224,65,235); }

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

border-color css

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

 span { border-color: rgb(224,65,235); }

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