Html Css Color HEX #E746DC Free Speech Magenta

📋 copy color: '#E746DC'

red 231 ◦ green 70 ◦ blue 220

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

Shades of Free Speech Magenta #E746DC

Tints of Free Speech Magenta #E746DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 44.34%
G = 13.44%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E746DC (or 0xE746DC) is known color: Free Speech Magenta. HEX triplet: E7, 46 and DC. RGB value is (231,70,220). Sum of RGB (Red+Green+Blue) = 231+70+220=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E746DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746DC is #18B923. Grayscale: #868686. Windows color (decimal): -1620260 or 14436071. OLE color: 14436071.

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

Color convert

RGB 231 70 220 -
CMYK 0 0.70 0.05 0.09
HSL 304.1º 0.77% 0.59% -
HSV(B) 304.1º 0.7% 0.91% -
XYZ 48.06 26.54 70.3 -
YUV 135.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 231 70 220 0 0.70 0.05 0.09 304.1 0.77 0.59
Hex E7 46 DC 0 46 5 9 130 4D 3B
Octal 347 106 334 0 106 5 11 460 115 73
Binary 11100111 1000110 11011100 0 1000110 101 1001 100110000 1001101 111011

Color Harmonies of #E746DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E746DC

Black with #E746DC

Text Example


Text Example

White with #E746DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E746DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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