Html Css Color HEX #E148C0 Free Speech Magenta

📋 copy color: '#E148C0'

red 225 ◦ green 72 ◦ blue 192

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

Shades of Free Speech Magenta #E148C0

Tints of Free Speech Magenta #E148C0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.72%

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 46.01%
G = 14.72%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E148C0 (or 0xE148C0) is known color: Free Speech Magenta. HEX triplet: E1, 48 and C0. RGB value is (225,72,192). Sum of RGB (Red+Green+Blue) = 225+72+192=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E148C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148C0 is #1EB73F. Grayscale: #838383. Windows color (decimal): -2012992 or 12601569. OLE color: 12601569.

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

Color convert

RGB 225 72 192 -
CMYK 0 0.68 0.15 0.12
HSL 312.94º 0.72% 0.58% -
HSV(B) 312.94º 0.68% 0.88% -
XYZ 42.88 24.45 52.33 -
YUV 131.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 225 72 192 0 0.68 0.15 0.12 312.94 0.72 0.58
Hex E1 48 C0 0 44 F C 139 48 3A
Octal 341 110 300 0 104 17 14 471 110 72
Binary 11100001 1001000 11000000 0 1000100 1111 1100 100111001 1001000 111010

Color Harmonies of #E148C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148C0

Black with #E148C0

Text Example


Text Example

White with #E148C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148C0; }

 p { color: rgb(225,72,192); }

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

background-color css

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

 a { background-color: rgb(225,72,192); }

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

border-color css

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

 span { border-color: rgb(225,72,192); }

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