Html Css Color HEX #E143DF Free Speech Magenta

📋 copy color: '#E143DF'

red 225 ◦ green 67 ◦ blue 223

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

Shades of Free Speech Magenta #E143DF

Tints of Free Speech Magenta #E143DF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.01%

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

R = 43.69%
G = 13.01%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E143DF (or 0xE143DF) is known color: Free Speech Magenta. HEX triplet: E1, 43 and DF. RGB value is (225,67,223). Sum of RGB (Red+Green+Blue) = 225+67+223=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E143DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143DF is #1EBC20. Grayscale: #838383. Windows color (decimal): -2014241 or 14631905. OLE color: 14631905.

HSL color Cylindrical-coordinate representation of color #E143DF: hue angle of 300.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143DF is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 223 -
CMYK 0 0.70 0.01 0.12
HSL 300.76º 0.72% 0.57% -
HSV(B) 300.76º 0.7% 0.88% -
XYZ 46.38 25.35 72.26 -
YUV 132.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 225 67 223 0 0.70 0.01 0.12 300.76 0.72 0.57
Hex E1 43 DF 0 46 1 C 12D 48 39
Octal 341 103 337 0 106 1 14 455 110 71
Binary 11100001 1000011 11011111 0 1000110 1 1100 100101101 1001000 111001

Color Harmonies of #E143DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143DF

Black with #E143DF

Text Example


Text Example

White with #E143DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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