Html Css Color HEX #E140D3 Free Speech Magenta

📋 copy color: '#E140D3'

red 225 ◦ green 64 ◦ blue 211

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

Shades of Free Speech Magenta #E140D3

Tints of Free Speech Magenta #E140D3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.8%

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 45%
G = 12.8%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E140D3 (or 0xE140D3) is known color: Free Speech Magenta. HEX triplet: E1, 40 and D3. RGB value is (225,64,211). Sum of RGB (Red+Green+Blue) = 225+64+211=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E140D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140D3 is #1EBF2C. Grayscale: #808080. Windows color (decimal): -2015021 or 13844705. OLE color: 13844705.

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

Color convert

RGB 225 64 211 -
CMYK 0 0.72 0.06 0.12
HSL 305.22º 0.73% 0.57% -
HSV(B) 305.22º 0.72% 0.88% -
XYZ 44.64 24.38 63.98 -
YUV 128.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 225 64 211 0 0.72 0.06 0.12 305.22 0.73 0.57
Hex E1 40 D3 0 48 6 C 131 49 39
Octal 341 100 323 0 110 6 14 461 111 71
Binary 11100001 1000000 11010011 0 1001000 110 1100 100110001 1001001 111001

Color Harmonies of #E140D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140D3

Black with #E140D3

Text Example


Text Example

White with #E140D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140D3; }

 p { color: rgb(225,64,211); }

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

background-color css

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

 a { background-color: rgb(225,64,211); }

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

border-color css

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

 span { border-color: rgb(225,64,211); }

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