Html Css Color HEX #E749D1 Free Speech Magenta

📋 copy color: '#E749D1'

red 231 ◦ green 73 ◦ blue 209

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

Shades of Free Speech Magenta #E749D1

Tints of Free Speech Magenta #E749D1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.23%

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

R = 45.03%
G = 14.23%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E749D1 (or 0xE749D1) is known color: Free Speech Magenta. HEX triplet: E7, 49 and D1. RGB value is (231,73,209). Sum of RGB (Red+Green+Blue) = 231+73+209=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E749D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749D1 is #18B62E. Grayscale: #878787. Windows color (decimal): -1619503 or 13715943. OLE color: 13715943.

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

Color convert

RGB 231 73 209 -
CMYK 0 0.68 0.10 0.09
HSL 308.35º 0.77% 0.6% -
HSV(B) 308.35º 0.68% 0.91% -
XYZ 46.85 26.36 62.94 -
YUV 135.75 169.35 195.94 -
System Red Green Blue C M Y K H S L
Decimal 231 73 209 0 0.68 0.10 0.09 308.35 0.77 0.6
Hex E7 49 D1 0 44 A 9 134 4D 3C
Octal 347 111 321 0 104 12 11 464 115 74
Binary 11100111 1001001 11010001 0 1000100 1010 1001 100110100 1001101 111100

Color Harmonies of #E749D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749D1

Black with #E749D1

Text Example


Text Example

White with #E749D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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