Html Css Color HEX #E146C7 Free Speech Magenta

📋 copy color: '#E146C7'

red 225 ◦ green 70 ◦ blue 199

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

Shades of Free Speech Magenta #E146C7

Tints of Free Speech Magenta #E146C7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.17%

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 45.55%
G = 14.17%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E146C7 (or 0xE146C7) is known color: Free Speech Magenta. HEX triplet: E1, 46 and C7. RGB value is (225,70,199). Sum of RGB (Red+Green+Blue) = 225+70+199=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E146C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146C7 is #1EB938. Grayscale: #828282. Windows color (decimal): -2013497 or 13059809. OLE color: 13059809.

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

Color convert

RGB 225 70 199 -
CMYK 0 0.69 0.12 0.12
HSL 310.06º 0.72% 0.58% -
HSV(B) 310.06º 0.69% 0.88% -
XYZ 43.55 24.51 56.47 -
YUV 131.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 225 70 199 0 0.69 0.12 0.12 310.06 0.72 0.58
Hex E1 46 C7 0 45 C C 136 48 3A
Octal 341 106 307 0 105 14 14 466 110 72
Binary 11100001 1000110 11000111 0 1000101 1100 1100 100110110 1001000 111010

Color Harmonies of #E146C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146C7

Black with #E146C7

Text Example


Text Example

White with #E146C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146C7; }

 p { color: rgb(225,70,199); }

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

background-color css

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

 a { background-color: rgb(225,70,199); }

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

border-color css

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

 span { border-color: rgb(225,70,199); }

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