Html Css Color HEX #E740D1 Free Speech Magenta

📋 copy color: '#E740D1'

red 231 ◦ green 64 ◦ blue 209

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

Shades of Free Speech Magenta #E740D1

Tints of Free Speech Magenta #E740D1

RGB

 RED value IS 231 (90.63% from 255) = 45.83%

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 45.83%
G = 12.7%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E740D1 (or 0xE740D1) is known color: Free Speech Magenta. HEX triplet: E7, 40 and D1. RGB value is (231,64,209). Sum of RGB (Red+Green+Blue) = 231+64+209=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E740D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740D1 is #18BF2E. Grayscale: #828282. Windows color (decimal): -1621807 or 13713639. OLE color: 13713639.

HSL color Cylindrical-coordinate representation of color #E740D1: hue angle of 307.9º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740D1 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 209 -
CMYK 0 0.72 0.10 0.09
HSL 307.9º 0.78% 0.58% -
HSV(B) 307.9º 0.72% 0.91% -
XYZ 46.3 25.26 62.76 -
YUV 130.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 231 64 209 0 0.72 0.10 0.09 307.9 0.78 0.58
Hex E7 40 D1 0 48 A 9 134 4E 3A
Octal 347 100 321 0 110 12 11 464 116 72
Binary 11100111 1000000 11010001 0 1001000 1010 1001 100110100 1001110 111010

Color Harmonies of #E740D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740D1

Black with #E740D1

Text Example


Text Example

White with #E740D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740D1; }

 p { color: rgb(231,64,209); }

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

background-color css

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

 a { background-color: rgb(231,64,209); }

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

border-color css

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

 span { border-color: rgb(231,64,209); }

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