Html Css Color HEX #E440ED Free Speech Magenta

📋 copy color: '#E440ED'

red 228 ◦ green 64 ◦ blue 237

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

Shades of Free Speech Magenta #E440ED

Tints of Free Speech Magenta #E440ED

RGB

 RED value IS 228 (89.45% from 255) = 43.1%

 GREEN value IS 64 (25.39% from 255) = 12.1%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 43.1%
G = 12.1%
B = 44.8%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E440ED (or 0xE440ED) is known color: Free Speech Magenta. HEX triplet: E4, 40 and ED. RGB value is (228,64,237). Sum of RGB (Red+Green+Blue) = 228+64+237=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #E440ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E440ED is #1BBF12. Grayscale: #848484. Windows color (decimal): -1818387 or 15548644. OLE color: 15548644.

HSL color Cylindrical-coordinate representation of color #E440ED: hue angle of 296.88º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E440ED is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 64 237 -
CMYK 0.04 0.73 0 0.07
HSL 296.88º 0.83% 0.59% -
HSV(B) 296.88º 0.73% 0.93% -
XYZ 49.11 26.28 82.6 -
YUV 132.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 228 64 237 0.04 0.73 0 0.07 296.88 0.83 0.59
Hex E4 40 ED 4 49 0 7 129 53 3B
Octal 344 100 355 4 111 0 7 451 123 73
Binary 11100100 1000000 11101101 100 1001001 0 111 100101001 1010011 111011

Color Harmonies of #E440ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E440ED

Black with #E440ED

Text Example


Text Example

White with #E440ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E440ED; }

 p { color: rgb(228,64,237); }

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

background-color css

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

 a { background-color: rgb(228,64,237); }

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

border-color css

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

 span { border-color: rgb(228,64,237); }

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