Html Css Color HEX #E749D6 Free Speech Magenta

📋 copy color: '#E749D6'

red 231 ◦ green 73 ◦ blue 214

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

Shades of Free Speech Magenta #E749D6

Tints of Free Speech Magenta #E749D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 44.59%
G = 14.09%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E749D6 (or 0xE749D6) is known color: Free Speech Magenta. HEX triplet: E7, 49 and D6. RGB value is (231,73,214). Sum of RGB (Red+Green+Blue) = 231+73+214=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E749D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749D6 is #18B629. Grayscale: #878787. Windows color (decimal): -1619498 or 14043623. OLE color: 14043623.

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

Color convert

RGB 231 73 214 -
CMYK 0 0.68 0.07 0.09
HSL 306.46º 0.77% 0.6% -
HSV(B) 306.46º 0.68% 0.91% -
XYZ 47.48 26.61 66.25 -
YUV 136.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 231 73 214 0 0.68 0.07 0.09 306.46 0.77 0.6
Hex E7 49 D6 0 44 7 9 132 4D 3C
Octal 347 111 326 0 104 7 11 462 115 74
Binary 11100111 1001001 11010110 0 1000100 111 1001 100110010 1001101 111100

Color Harmonies of #E749D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749D6

Black with #E749D6

Text Example


Text Example

White with #E749D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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