Html Css Color HEX #E141DB Free Speech Magenta

📋 copy color: '#E141DB'

red 225 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Magenta #E141DB

Tints of Free Speech Magenta #E141DB

RGB

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

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

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

R = 44.2%
G = 12.77%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E141DB (or 0xE141DB) is known color: Free Speech Magenta. HEX triplet: E1, 41 and DB. RGB value is (225,65,219). Sum of RGB (Red+Green+Blue) = 225+65+219=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E141DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141DB is #1EBE24. Grayscale: #818181. Windows color (decimal): -2014757 or 14369249. OLE color: 14369249.

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

Color convert

RGB 225 65 219 -
CMYK 0 0.71 0.03 0.12
HSL 302.25º 0.73% 0.57% -
HSV(B) 302.25º 0.71% 0.88% -
XYZ 45.73 24.9 69.41 -
YUV 130.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 225 65 219 0 0.71 0.03 0.12 302.25 0.73 0.57
Hex E1 41 DB 0 47 3 C 12E 49 39
Octal 341 101 333 0 107 3 14 456 111 71
Binary 11100001 1000001 11011011 0 1000111 11 1100 100101110 1001001 111001

Color Harmonies of #E141DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141DB

Black with #E141DB

Text Example


Text Example

White with #E141DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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