Html Css Color HEX #E749D9 Free Speech Magenta

📋 copy color: '#E749D9'

red 231 ◦ green 73 ◦ blue 217

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

Shades of Free Speech Magenta #E749D9

Tints of Free Speech Magenta #E749D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 44.34%
G = 14.01%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E749D9 (or 0xE749D9) is known color: Free Speech Magenta. HEX triplet: E7, 49 and D9. RGB value is (231,73,217). Sum of RGB (Red+Green+Blue) = 231+73+217=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E749D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749D9 is #18B626. Grayscale: #888888. Windows color (decimal): -1619495 or 14240231. OLE color: 14240231.

HSL color Cylindrical-coordinate representation of color #E749D9: hue angle of 305.32º 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 #E749D9 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 73 217 -
CMYK 0 0.68 0.06 0.09
HSL 305.32º 0.77% 0.6% -
HSV(B) 305.32º 0.68% 0.91% -
XYZ 47.86 26.76 68.29 -
YUV 136.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 231 73 217 0 0.68 0.06 0.09 305.32 0.77 0.6
Hex E7 49 D9 0 44 6 9 131 4D 3C
Octal 347 111 331 0 104 6 11 461 115 74
Binary 11100111 1001001 11011001 0 1000100 110 1001 100110001 1001101 111100

Color Harmonies of #E749D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749D9

Black with #E749D9

Text Example


Text Example

White with #E749D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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