Html Css Color HEX #E143C7 Free Speech Magenta

📋 copy color: '#E143C7'

red 225 ◦ green 67 ◦ blue 199

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

Shades of Free Speech Magenta #E143C7

Tints of Free Speech Magenta #E143C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 45.82%
G = 13.65%
B = 40.53%

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

#E143C7 (or 0xE143C7) is known color: Free Speech Magenta. HEX triplet: E1, 43 and C7. RGB value is (225,67,199). Sum of RGB (Red+Green+Blue) = 225+67+199=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E143C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143C7 is #1EBC38. Grayscale: #808080. Windows color (decimal): -2014265 or 13059041. OLE color: 13059041.

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

Color convert

RGB 225 67 199 -
CMYK 0 0.70 0.12 0.12
HSL 309.87º 0.72% 0.57% -
HSV(B) 309.87º 0.7% 0.88% -
XYZ 43.37 24.15 56.41 -
YUV 129.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 225 67 199 0 0.70 0.12 0.12 309.87 0.72 0.57
Hex E1 43 C7 0 46 C C 136 48 39
Octal 341 103 307 0 106 14 14 466 110 71
Binary 11100001 1000011 11000111 0 1000110 1100 1100 100110110 1001000 111001

Color Harmonies of #E143C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143C7

Black with #E143C7

Text Example


Text Example

White with #E143C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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