Html Css Color HEX #E147C2 Free Speech Magenta

📋 copy color: '#E147C2'

red 225 ◦ green 71 ◦ blue 194

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

Shades of Free Speech Magenta #E147C2

Tints of Free Speech Magenta #E147C2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.49%

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

R = 45.92%
G = 14.49%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E147C2 (or 0xE147C2) is known color: Free Speech Magenta. HEX triplet: E1, 47 and C2. RGB value is (225,71,194). Sum of RGB (Red+Green+Blue) = 225+71+194=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E147C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147C2 is #1EB83D. Grayscale: #828282. Windows color (decimal): -2013246 or 12732385. OLE color: 12732385.

HSL color Cylindrical-coordinate representation of color #E147C2: hue angle of 312.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E147C2 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 194 -
CMYK 0 0.68 0.14 0.12
HSL 312.08º 0.72% 0.58% -
HSV(B) 312.08º 0.68% 0.88% -
XYZ 43.04 24.41 53.48 -
YUV 131.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 225 71 194 0 0.68 0.14 0.12 312.08 0.72 0.58
Hex E1 47 C2 0 44 E C 138 48 3A
Octal 341 107 302 0 104 16 14 470 110 72
Binary 11100001 1000111 11000010 0 1000100 1110 1100 100111000 1001000 111010

Color Harmonies of #E147C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147C2

Black with #E147C2

Text Example


Text Example

White with #E147C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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