Html Css Color HEX #E143C5 Free Speech Magenta

📋 copy color: '#E143C5'

red 225 ◦ green 67 ◦ blue 197

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

Shades of Free Speech Magenta #E143C5

Tints of Free Speech Magenta #E143C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 46.01%
G = 13.7%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E143C5 (or 0xE143C5) is known color: Free Speech Magenta. HEX triplet: E1, 43 and C5. RGB value is (225,67,197). Sum of RGB (Red+Green+Blue) = 225+67+197=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E143C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143C5 is #1EBC3A. Grayscale: #808080. Windows color (decimal): -2014267 or 12927969. OLE color: 12927969.

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

Color convert

RGB 225 67 197 -
CMYK 0 0.70 0.12 0.12
HSL 310.63º 0.72% 0.57% -
HSV(B) 310.63º 0.7% 0.88% -
XYZ 43.14 24.05 55.19 -
YUV 129.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 225 67 197 0 0.70 0.12 0.12 310.63 0.72 0.57
Hex E1 43 C5 0 46 C C 137 48 39
Octal 341 103 305 0 106 14 14 467 110 71
Binary 11100001 1000011 11000101 0 1000110 1100 1100 100110111 1001000 111001

Color Harmonies of #E143C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143C5

Black with #E143C5

Text Example


Text Example

White with #E143C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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