Html Css Color HEX #E749DD Free Speech Magenta

📋 copy color: '#E749DD'

red 231 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #E749DD

Tints of Free Speech Magenta #E749DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.9%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 44%
G = 13.9%
B = 42.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E749DD (or 0xE749DD) is known color: Free Speech Magenta. HEX triplet: E7, 49 and DD. RGB value is (231,73,221). Sum of RGB (Red+Green+Blue) = 231+73+221=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E749DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749DD is #18B622. Grayscale: #888888. Windows color (decimal): -1619491 or 14502375. OLE color: 14502375.

HSL color Cylindrical-coordinate representation of color #E749DD: hue angle of 303.8º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749DD is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 73 221 -
CMYK 0 0.68 0.04 0.09
HSL 303.8º 0.77% 0.6% -
HSV(B) 303.8º 0.68% 0.91% -
XYZ 48.39 26.97 71.06 -
YUV 137.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 231 73 221 0 0.68 0.04 0.09 303.8 0.77 0.6
Hex E7 49 DD 0 44 4 9 130 4D 3C
Octal 347 111 335 0 104 4 11 460 115 74
Binary 11100111 1001001 11011101 0 1000100 100 1001 100110000 1001101 111100

Color Harmonies of #E749DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749DD

Black with #E749DD

Text Example


Text Example

White with #E749DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749DD; }

 p { color: rgb(231,73,221); }

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

background-color css

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

 a { background-color: rgb(231,73,221); }

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

border-color css

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

 span { border-color: rgb(231,73,221); }

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