Html Css Color HEX #E140DB Free Speech Magenta

📋 copy color: '#E140DB'

red 225 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Magenta #E140DB

Tints of Free Speech Magenta #E140DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 44.29%
G = 12.6%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E140DB (or 0xE140DB) is known color: Free Speech Magenta. HEX triplet: E1, 40 and DB. RGB value is (225,64,219). Sum of RGB (Red+Green+Blue) = 225+64+219=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E140DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140DB is #1EBF24. Grayscale: #818181. Windows color (decimal): -2015013 or 14368993. OLE color: 14368993.

HSL color Cylindrical-coordinate representation of color #E140DB: hue angle of 302.24º 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 #E140DB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 219 -
CMYK 0 0.72 0.03 0.12
HSL 302.24º 0.73% 0.57% -
HSV(B) 302.24º 0.72% 0.88% -
XYZ 45.67 24.79 69.4 -
YUV 129.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 225 64 219 0 0.72 0.03 0.12 302.24 0.73 0.57
Hex E1 40 DB 0 48 3 C 12E 49 39
Octal 341 100 333 0 110 3 14 456 111 71
Binary 11100001 1000000 11011011 0 1001000 11 1100 100101110 1001001 111001

Color Harmonies of #E140DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140DB

Black with #E140DB

Text Example


Text Example

White with #E140DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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