Html Css Color HEX #E163DF Free Speech Magenta

📋 copy color: '#E163DF'

red 225 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #E163DF

Tints of Free Speech Magenta #E163DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.1%

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

R = 41.13%
G = 18.1%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E163DF (or 0xE163DF) is known color: Free Speech Magenta. HEX triplet: E1, 63 and DF. RGB value is (225,99,223). Sum of RGB (Red+Green+Blue) = 225+99+223=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E163DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163DF is #1E9C20. Grayscale: #969696. Windows color (decimal): -2006049 or 14640097. OLE color: 14640097.

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

Color convert

RGB 225 99 223 -
CMYK 0 0.56 0.01 0.12
HSL 300.95º 0.68% 0.64% -
HSV(B) 300.95º 0.56% 0.88% -
XYZ 48.83 30.26 73.08 -
YUV 150.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 225 99 223 0 0.56 0.01 0.12 300.95 0.68 0.64
Hex E1 63 DF 0 38 1 C 12D 44 40
Octal 341 143 337 0 70 1 14 455 104 100
Binary 11100001 1100011 11011111 0 111000 1 1100 100101101 1000100 1000000

Color Harmonies of #E163DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E163DF

Black with #E163DF

Text Example


Text Example

White with #E163DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E163DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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