Html Css Color HEX #E143C2 Free Speech Magenta

📋 copy color: '#E143C2'

red 225 ◦ green 67 ◦ blue 194

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

Shades of Free Speech Magenta #E143C2

Tints of Free Speech Magenta #E143C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 46.3%
G = 13.79%
B = 39.92%

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

#E143C2 (or 0xE143C2) is known color: Free Speech Magenta. HEX triplet: E1, 43 and C2. RGB value is (225,67,194). Sum of RGB (Red+Green+Blue) = 225+67+194=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E143C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143C2 is #1EBC3D. Grayscale: #808080. Windows color (decimal): -2014270 or 12731361. OLE color: 12731361.

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

Color convert

RGB 225 67 194 -
CMYK 0 0.70 0.14 0.12
HSL 311.77º 0.72% 0.57% -
HSV(B) 311.77º 0.7% 0.88% -
XYZ 42.8 23.92 53.4 -
YUV 128.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 225 67 194 0 0.70 0.14 0.12 311.77 0.72 0.57
Hex E1 43 C2 0 46 E C 138 48 39
Octal 341 103 302 0 106 16 14 470 110 71
Binary 11100001 1000011 11000010 0 1000110 1110 1100 100111000 1001000 111001

Color Harmonies of #E143C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143C2

Black with #E143C2

Text Example


Text Example

White with #E143C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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