Html Css Color HEX #E140DD Free Speech Magenta

📋 copy color: '#E140DD'

red 225 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Magenta #E140DD

Tints of Free Speech Magenta #E140DD

RGB

 RED value IS 225 (88.28% from 255) = 44.12%

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 44.12%
G = 12.55%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E140DD (or 0xE140DD) is known color: Free Speech Magenta. HEX triplet: E1, 40 and DD. RGB value is (225,64,221). Sum of RGB (Red+Green+Blue) = 225+64+221=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E140DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140DD is #1EBF22. Grayscale: #818181. Windows color (decimal): -2015011 or 14500065. OLE color: 14500065.

HSL color Cylindrical-coordinate representation of color #E140DD: hue angle of 301.49º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140DD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 221 -
CMYK 0 0.72 0.02 0.12
HSL 301.49º 0.73% 0.57% -
HSV(B) 301.49º 0.72% 0.88% -
XYZ 45.94 24.89 70.79 -
YUV 130.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 225 64 221 0 0.72 0.02 0.12 301.49 0.73 0.57
Hex E1 40 DD 0 48 2 C 12D 49 39
Octal 341 100 335 0 110 2 14 455 111 71
Binary 11100001 1000000 11011101 0 1001000 10 1100 100101101 1001001 111001

Color Harmonies of #E140DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140DD

Black with #E140DD

Text Example


Text Example

White with #E140DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140DD; }

 p { color: rgb(225,64,221); }

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

background-color css

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

 a { background-color: rgb(225,64,221); }

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

border-color css

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

 span { border-color: rgb(225,64,221); }

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