Html Css Color HEX #E139DB Free Speech Magenta

📋 copy color: '#E139DB'

red 225 ◦ green 57 ◦ blue 219

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

Shades of Free Speech Magenta #E139DB

Tints of Free Speech Magenta #E139DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.38%

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

R = 44.91%
G = 11.38%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E139DB (or 0xE139DB) is known color: Free Speech Magenta. HEX triplet: E1, 39 and DB. RGB value is (225,57,219). Sum of RGB (Red+Green+Blue) = 225+57+219=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E139DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139DB is #1EC624. Grayscale: #7D7D7D. Windows color (decimal): -2016805 or 14367201. OLE color: 14367201.

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

Color convert

RGB 225 57 219 -
CMYK 0 0.75 0.03 0.12
HSL 302.14º 0.74% 0.55% -
HSV(B) 302.14º 0.75% 0.88% -
XYZ 45.3 24.05 69.27 -
YUV 125.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 225 57 219 0 0.75 0.03 0.12 302.14 0.74 0.55
Hex E1 39 DB 0 4B 3 C 12E 4A 37
Octal 341 71 333 0 113 3 14 456 112 67
Binary 11100001 111001 11011011 0 1001011 11 1100 100101110 1001010 110111

Color Harmonies of #E139DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139DB

Black with #E139DB

Text Example


Text Example

White with #E139DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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