Html Css Color HEX #E143E0 Free Speech Magenta

📋 copy color: '#E143E0'

red 225 ◦ green 67 ◦ blue 224

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

Shades of Free Speech Magenta #E143E0

Tints of Free Speech Magenta #E143E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 43.6%
G = 12.98%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E143E0 (or 0xE143E0) is known color: Free Speech Magenta. HEX triplet: E1, 43 and E0. RGB value is (225,67,224). Sum of RGB (Red+Green+Blue) = 225+67+224=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E143E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143E0 is #1EBC1F. Grayscale: #838383. Windows color (decimal): -2014240 or 14697441. OLE color: 14697441.

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

Color convert

RGB 225 67 224 -
CMYK 0 0.70 0.00 0.12
HSL 300.38º 0.72% 0.57% -
HSV(B) 300.38º 0.7% 0.88% -
XYZ 46.51 25.4 72.97 -
YUV 132.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 225 67 224 0 0.70 0.00 0.12 300.38 0.72 0.57
Hex E1 43 E0 0 46 0 C 12C 48 39
Octal 341 103 340 0 106 0 14 454 110 71
Binary 11100001 1000011 11100000 0 1000110 0 1100 100101100 1001000 111001

Color Harmonies of #E143E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143E0

Black with #E143E0

Text Example


Text Example

White with #E143E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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