Html Css Color HEX #E143EC Free Speech Magenta

📋 copy color: '#E143EC'

red 225 ◦ green 67 ◦ blue 236

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

Shades of Free Speech Magenta #E143EC

Tints of Free Speech Magenta #E143EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 42.61%
G = 12.69%
B = 44.7%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E143EC (or 0xE143EC) is known color: Free Speech Magenta. HEX triplet: E1, 43 and EC. RGB value is (225,67,236). Sum of RGB (Red+Green+Blue) = 225+67+236=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 67 (26.56% from 255 or 12.69% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #E143EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E143EC is #1EBC13. Grayscale: #848484. Windows color (decimal): -2014228 or 15483873. OLE color: 15483873.

HSL color Cylindrical-coordinate representation of color #E143EC: hue angle of 296.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E143EC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 67 236 -
CMYK 0.05 0.72 0 0.07
HSL 296.09º 0.82% 0.59% -
HSV(B) 296.09º 0.72% 0.93% -
XYZ 48.2 26.08 81.85 -
YUV 133.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 225 67 236 0.05 0.72 0 0.07 296.09 0.82 0.59
Hex E1 43 EC 5 48 0 7 128 52 3B
Octal 341 103 354 5 110 0 7 450 122 73
Binary 11100001 1000011 11101100 101 1001000 0 111 100101000 1010010 111011

Color Harmonies of #E143EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143EC

Black with #E143EC

Text Example


Text Example

White with #E143EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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