Html Css Color HEX #E148C8 Free Speech Magenta

📋 copy color: '#E148C8'

red 225 ◦ green 72 ◦ blue 200

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

Shades of Free Speech Magenta #E148C8

Tints of Free Speech Magenta #E148C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.24%

R = 45.27%
G = 14.49%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E148C8 (or 0xE148C8) is known color: Free Speech Magenta. HEX triplet: E1, 48 and C8. RGB value is (225,72,200). Sum of RGB (Red+Green+Blue) = 225+72+200=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E148C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148C8 is #1EB737. Grayscale: #838383. Windows color (decimal): -2012984 or 13125857. OLE color: 13125857.

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

Color convert

RGB 225 72 200 -
CMYK 0 0.68 0.11 0.12
HSL 309.8º 0.72% 0.58% -
HSV(B) 309.8º 0.68% 0.88% -
XYZ 43.79 24.81 57.12 -
YUV 132.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 225 72 200 0 0.68 0.11 0.12 309.8 0.72 0.58
Hex E1 48 C8 0 44 B C 136 48 3A
Octal 341 110 310 0 104 13 14 466 110 72
Binary 11100001 1001000 11001000 0 1000100 1011 1100 100110110 1001000 111010

Color Harmonies of #E148C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148C8

Black with #E148C8

Text Example


Text Example

White with #E148C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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