Html Css Color HEX #E146D0 Free Speech Magenta

📋 copy color: '#E146D0'

red 225 ◦ green 70 ◦ blue 208

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

Shades of Free Speech Magenta #E146D0

Tints of Free Speech Magenta #E146D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 44.73%
G = 13.92%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E146D0 (or 0xE146D0) is known color: Free Speech Magenta. HEX triplet: E1, 46 and D0. RGB value is (225,70,208). Sum of RGB (Red+Green+Blue) = 225+70+208=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E146D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146D0 is #1EB92F. Grayscale: #838383. Windows color (decimal): -2013488 or 13649633. OLE color: 13649633.

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

Color convert

RGB 225 70 208 -
CMYK 0 0.69 0.08 0.12
HSL 306.58º 0.72% 0.58% -
HSV(B) 306.58º 0.69% 0.88% -
XYZ 44.63 24.94 62.14 -
YUV 132.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 225 70 208 0 0.69 0.08 0.12 306.58 0.72 0.58
Hex E1 46 D0 0 45 8 C 133 48 3A
Octal 341 106 320 0 105 10 14 463 110 72
Binary 11100001 1000110 11010000 0 1000101 1000 1100 100110011 1001000 111010

Color Harmonies of #E146D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146D0

Black with #E146D0

Text Example


Text Example

White with #E146D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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