Html Css Color HEX #E756D1 Free Speech Magenta

📋 copy color: '#E756D1'

red 231 ◦ green 86 ◦ blue 209

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

Shades of Free Speech Magenta #E756D1

Tints of Free Speech Magenta #E756D1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.35%

 BLUE value IS 209 (82.03% from 255) = 39.73%

R = 43.92%
G = 16.35%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E756D1 (or 0xE756D1) is known color: Free Speech Magenta. HEX triplet: E7, 56 and D1. RGB value is (231,86,209). Sum of RGB (Red+Green+Blue) = 231+86+209=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E756D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756D1 is #18A92E. Grayscale: #8F8F8F. Windows color (decimal): -1616175 or 13719271. OLE color: 13719271.

HSL color Cylindrical-coordinate representation of color #E756D1: hue angle of 309.1º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E756D1 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 86 209 -
CMYK 0 0.63 0.10 0.09
HSL 309.1º 0.75% 0.62% -
HSV(B) 309.1º 0.63% 0.91% -
XYZ 47.79 28.25 63.26 -
YUV 143.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 231 86 209 0 0.63 0.10 0.09 309.1 0.75 0.62
Hex E7 56 D1 0 3F A 9 135 4B 3E
Octal 347 126 321 0 77 12 11 465 113 76
Binary 11100111 1010110 11010001 0 111111 1010 1001 100110101 1001011 111110

Color Harmonies of #E756D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E756D1

Black with #E756D1

Text Example


Text Example

White with #E756D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E756D1; }

 p { color: rgb(231,86,209); }

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

background-color css

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

 a { background-color: rgb(231,86,209); }

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

border-color css

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

 span { border-color: rgb(231,86,209); }

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