Html Css Color HEX #E756DB Free Speech Magenta

📋 copy color: '#E756DB'

red 231 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #E756DB

Tints of Free Speech Magenta #E756DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 43.1%
G = 16.04%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E756DB (or 0xE756DB) is known color: Free Speech Magenta. HEX triplet: E7, 56 and DB. RGB value is (231,86,219). Sum of RGB (Red+Green+Blue) = 231+86+219=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E756DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756DB is #18A924. Grayscale: #909090. Windows color (decimal): -1616165 or 14374631. OLE color: 14374631.

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

Color convert

RGB 231 86 219 -
CMYK 0 0.63 0.05 0.09
HSL 304.97º 0.75% 0.62% -
HSV(B) 304.97º 0.63% 0.91% -
XYZ 49.07 28.76 69.98 -
YUV 144.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 231 86 219 0 0.63 0.05 0.09 304.97 0.75 0.62
Hex E7 56 DB 0 3F 5 9 131 4B 3E
Octal 347 126 333 0 77 5 11 461 113 76
Binary 11100111 1010110 11011011 0 111111 101 1001 100110001 1001011 111110

Color Harmonies of #E756DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E756DB

Black with #E756DB

Text Example


Text Example

White with #E756DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E756DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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