Html Css Color HEX #E746D6 Free Speech Magenta

📋 copy color: '#E746D6'

red 231 ◦ green 70 ◦ blue 214

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

Shades of Free Speech Magenta #E746D6

Tints of Free Speech Magenta #E746D6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.59%

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

R = 44.85%
G = 13.59%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E746D6 (or 0xE746D6) is known color: Free Speech Magenta. HEX triplet: E7, 46 and D6. RGB value is (231,70,214). Sum of RGB (Red+Green+Blue) = 231+70+214=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E746D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746D6 is #18B929. Grayscale: #868686. Windows color (decimal): -1620266 or 14042855. OLE color: 14042855.

HSL color Cylindrical-coordinate representation of color #E746D6: hue angle of 306.34º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E746D6 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 70 214 -
CMYK 0 0.70 0.07 0.09
HSL 306.34º 0.77% 0.59% -
HSV(B) 306.34º 0.7% 0.91% -
XYZ 47.28 26.22 66.19 -
YUV 134.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 231 70 214 0 0.70 0.07 0.09 306.34 0.77 0.59
Hex E7 46 D6 0 46 7 9 132 4D 3B
Octal 347 106 326 0 106 7 11 462 115 73
Binary 11100111 1000110 11010110 0 1000110 111 1001 100110010 1001101 111011

Color Harmonies of #E746D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E746D6

Black with #E746D6

Text Example


Text Example

White with #E746D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E746D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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