Html Css Color HEX #E949D9 Free Speech Magenta

📋 copy color: '#E949D9'

red 233 ◦ green 73 ◦ blue 217

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

Shades of Free Speech Magenta #E949D9

Tints of Free Speech Magenta #E949D9

RGB

 RED value IS 233 (91.41% from 255) = 44.55%

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

 BLUE value IS 217 (85.16% from 255) = 41.49%

R = 44.55%
G = 13.96%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E949D9 (or 0xE949D9) is known color: Free Speech Magenta. HEX triplet: E9, 49 and D9. RGB value is (233,73,217). Sum of RGB (Red+Green+Blue) = 233+73+217=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E949D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949D9 is #16B626. Grayscale: #888888. Windows color (decimal): -1488423 or 14240233. OLE color: 14240233.

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

Color convert

RGB 233 73 217 -
CMYK 0 0.69 0.07 0.09
HSL 306º 0.78% 0.6% -
HSV(B) 306º 0.69% 0.91% -
XYZ 48.51 27.1 68.32 -
YUV 137.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 233 73 217 0 0.69 0.07 0.09 306 0.78 0.6
Hex E9 49 D9 0 45 7 9 132 4E 3C
Octal 351 111 331 0 105 7 11 462 116 74
Binary 11101001 1001001 11011001 0 1000101 111 1001 100110010 1001110 111100

Color Harmonies of #E949D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949D9

Black with #E949D9

Text Example


Text Example

White with #E949D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949D9; }

 p { color: rgb(233,73,217); }

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

background-color css

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

 a { background-color: rgb(233,73,217); }

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

border-color css

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

 span { border-color: rgb(233,73,217); }

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