Html Css Color HEX #E143C1 Free Speech Magenta

📋 copy color: '#E143C1'

red 225 ◦ green 67 ◦ blue 193

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

Shades of Free Speech Magenta #E143C1

Tints of Free Speech Magenta #E143C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 46.39%
G = 13.81%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E143C1 (or 0xE143C1) is known color: Free Speech Magenta. HEX triplet: E1, 43 and C1. RGB value is (225,67,193). Sum of RGB (Red+Green+Blue) = 225+67+193=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E143C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143C1 is #1EBC3E. Grayscale: #808080. Windows color (decimal): -2014271 or 12665825. OLE color: 12665825.

HSL color Cylindrical-coordinate representation of color #E143C1: hue angle of 312.15º 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 #E143C1 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 193 -
CMYK 0 0.70 0.14 0.12
HSL 312.15º 0.72% 0.57% -
HSV(B) 312.15º 0.7% 0.88% -
XYZ 42.68 23.87 52.81 -
YUV 128.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 225 67 193 0 0.70 0.14 0.12 312.15 0.72 0.57
Hex E1 43 C1 0 46 E C 138 48 39
Octal 341 103 301 0 106 16 14 470 110 71
Binary 11100001 1000011 11000001 0 1000110 1110 1100 100111000 1001000 111001

Color Harmonies of #E143C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143C1

Black with #E143C1

Text Example


Text Example

White with #E143C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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