Html Css Color HEX #E746DB Free Speech Magenta

📋 copy color: '#E746DB'

red 231 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #E746DB

Tints of Free Speech Magenta #E746DB

RGB

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

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

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

R = 44.42%
G = 13.46%
B = 42.12%

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

#E746DB (or 0xE746DB) is known color: Free Speech Magenta. HEX triplet: E7, 46 and DB. RGB value is (231,70,219). Sum of RGB (Red+Green+Blue) = 231+70+219=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E746DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746DB is #18B924. Grayscale: #868686. Windows color (decimal): -1620261 or 14370535. OLE color: 14370535.

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

Color convert

RGB 231 70 219 -
CMYK 0 0.70 0.05 0.09
HSL 304.47º 0.77% 0.59% -
HSV(B) 304.47º 0.7% 0.91% -
XYZ 47.93 26.48 69.6 -
YUV 135.13 175.34 196.38 -
System Red Green Blue C M Y K H S L
Decimal 231 70 219 0 0.70 0.05 0.09 304.47 0.77 0.59
Hex E7 46 DB 0 46 5 9 130 4D 3B
Octal 347 106 333 0 106 5 11 460 115 73
Binary 11100111 1000110 11011011 0 1000110 101 1001 100110000 1001101 111011

Color Harmonies of #E746DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E746DB

Black with #E746DB

Text Example


Text Example

White with #E746DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E746DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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