Html Css Color HEX #E749D3 Free Speech Magenta

📋 copy color: '#E749D3'

red 231 ◦ green 73 ◦ blue 211

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

Shades of Free Speech Magenta #E749D3

Tints of Free Speech Magenta #E749D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.97%

R = 44.85%
G = 14.17%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E749D3 (or 0xE749D3) is known color: Free Speech Magenta. HEX triplet: E7, 49 and D3. RGB value is (231,73,211). Sum of RGB (Red+Green+Blue) = 231+73+211=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E749D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749D3 is #18B62C. Grayscale: #878787. Windows color (decimal): -1619501 or 13847015. OLE color: 13847015.

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

Color convert

RGB 231 73 211 -
CMYK 0 0.68 0.09 0.09
HSL 307.59º 0.77% 0.6% -
HSV(B) 307.59º 0.68% 0.91% -
XYZ 47.1 26.46 64.25 -
YUV 135.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 231 73 211 0 0.68 0.09 0.09 307.59 0.77 0.6
Hex E7 49 D3 0 44 9 9 134 4D 3C
Octal 347 111 323 0 104 11 11 464 115 74
Binary 11100111 1001001 11010011 0 1000100 1001 1001 100110100 1001101 111100

Color Harmonies of #E749D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749D3

Black with #E749D3

Text Example


Text Example

White with #E749D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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