Html Css Color HEX #E649D1 Free Speech Magenta

📋 copy color: '#E649D1'

red 230 ◦ green 73 ◦ blue 209

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

Shades of Free Speech Magenta #E649D1

Tints of Free Speech Magenta #E649D1

RGB

 RED value IS 230 (90.23% from 255) = 44.92%

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 44.92%
G = 14.26%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E649D1 (or 0xE649D1) is known color: Free Speech Magenta. HEX triplet: E6, 49 and D1. RGB value is (230,73,209). Sum of RGB (Red+Green+Blue) = 230+73+209=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E649D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649D1 is #19B62E. Grayscale: #878787. Windows color (decimal): -1685039 or 13715942. OLE color: 13715942.

HSL color Cylindrical-coordinate representation of color #E649D1: hue angle of 308.03º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E649D1 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 209 -
CMYK 0 0.68 0.09 0.10
HSL 308.03º 0.76% 0.59% -
HSV(B) 308.03º 0.68% 0.9% -
XYZ 46.52 26.19 62.92 -
YUV 135.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 230 73 209 0 0.68 0.09 0.10 308.03 0.76 0.59
Hex E6 49 D1 0 44 9 A 134 4C 3B
Octal 346 111 321 0 104 11 12 464 114 73
Binary 11100110 1001001 11010001 0 1000100 1001 1010 100110100 1001100 111011

Color Harmonies of #E649D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649D1

Black with #E649D1

Text Example


Text Example

White with #E649D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649D1; }

 p { color: rgb(230,73,209); }

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

background-color css

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

 a { background-color: rgb(230,73,209); }

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

border-color css

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

 span { border-color: rgb(230,73,209); }

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