Html Css Color HEX #E150DF Free Speech Magenta

📋 copy color: '#E150DF'

red 225 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #E150DF

Tints of Free Speech Magenta #E150DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.15%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 42.61%
G = 15.15%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E150DF (or 0xE150DF) is known color: Free Speech Magenta. HEX triplet: E1, 50 and DF. RGB value is (225,80,223). Sum of RGB (Red+Green+Blue) = 225+80+223=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E150DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150DF is #1EAF20. Grayscale: #8B8B8B. Windows color (decimal): -2010913 or 14635233. OLE color: 14635233.

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

Color convert

RGB 225 80 223 -
CMYK 0 0.64 0.01 0.12
HSL 300.83º 0.71% 0.6% -
HSV(B) 300.83º 0.64% 0.88% -
XYZ 47.24 27.07 72.55 -
YUV 139.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 225 80 223 0 0.64 0.01 0.12 300.83 0.71 0.6
Hex E1 50 DF 0 40 1 C 12D 47 3C
Octal 341 120 337 0 100 1 14 455 107 74
Binary 11100001 1010000 11011111 0 1000000 1 1100 100101101 1000111 111100

Color Harmonies of #E150DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150DF

Black with #E150DF

Text Example


Text Example

White with #E150DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150DF; }

 p { color: rgb(225,80,223); }

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

background-color css

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

 a { background-color: rgb(225,80,223); }

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

border-color css

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

 span { border-color: rgb(225,80,223); }

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