Html Css Color HEX #E746D0 Free Speech Magenta

📋 copy color: '#E746D0'

red 231 ◦ green 70 ◦ blue 208

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

Shades of Free Speech Magenta #E746D0

Tints of Free Speech Magenta #E746D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.86%

R = 45.38%
G = 13.75%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E746D0 (or 0xE746D0) is known color: Free Speech Magenta. HEX triplet: E7, 46 and D0. RGB value is (231,70,208). Sum of RGB (Red+Green+Blue) = 231+70+208=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E746D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746D0 is #18B92F. Grayscale: #858585. Windows color (decimal): -1620272 or 13649639. OLE color: 13649639.

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

Color convert

RGB 231 70 208 -
CMYK 0 0.70 0.10 0.09
HSL 308.57º 0.77% 0.59% -
HSV(B) 308.57º 0.7% 0.91% -
XYZ 46.53 25.92 62.23 -
YUV 133.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 231 70 208 0 0.70 0.10 0.09 308.57 0.77 0.59
Hex E7 46 D0 0 46 A 9 135 4D 3B
Octal 347 106 320 0 106 12 11 465 115 73
Binary 11100111 1000110 11010000 0 1000110 1010 1001 100110101 1001101 111011

Color Harmonies of #E746D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E746D0

Black with #E746D0

Text Example


Text Example

White with #E746D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E746D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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