Html Css Color HEX #E440DA Free Speech Magenta

📋 copy color: '#E440DA'

red 228 ◦ green 64 ◦ blue 218

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

Shades of Free Speech Magenta #E440DA

Tints of Free Speech Magenta #E440DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 44.71%
G = 12.55%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E440DA (or 0xE440DA) is known color: Free Speech Magenta. HEX triplet: E4, 40 and DA. RGB value is (228,64,218). Sum of RGB (Red+Green+Blue) = 228+64+218=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E440DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440DA is #1BBF25. Grayscale: #828282. Windows color (decimal): -1818406 or 14303460. OLE color: 14303460.

HSL color Cylindrical-coordinate representation of color #E440DA: hue angle of 303.66º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440DA is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 218 -
CMYK 0 0.72 0.04 0.11
HSL 303.66º 0.75% 0.57% -
HSV(B) 303.66º 0.72% 0.89% -
XYZ 46.48 25.22 68.75 -
YUV 130.59 177.33 197.48 -
System Red Green Blue C M Y K H S L
Decimal 228 64 218 0 0.72 0.04 0.11 303.66 0.75 0.57
Hex E4 40 DA 0 48 4 B 130 4B 39
Octal 344 100 332 0 110 4 13 460 113 71
Binary 11100100 1000000 11011010 0 1001000 100 1011 100110000 1001011 111001

Color Harmonies of #E440DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E440DA

Black with #E440DA

Text Example


Text Example

White with #E440DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E440DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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