Html Css Color HEX #E649DD Free Speech Magenta

📋 copy color: '#E649DD'

red 230 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #E649DD

Tints of Free Speech Magenta #E649DD

RGB

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

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

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

R = 43.89%
G = 13.93%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E649DD (or 0xE649DD) is known color: Free Speech Magenta. HEX triplet: E6, 49 and DD. RGB value is (230,73,221). Sum of RGB (Red+Green+Blue) = 230+73+221=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E649DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649DD is #19B622. Grayscale: #888888. Windows color (decimal): -1685027 or 14502374. OLE color: 14502374.

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

Color convert

RGB 230 73 221 -
CMYK 0 0.68 0.04 0.10
HSL 303.44º 0.76% 0.59% -
HSV(B) 303.44º 0.68% 0.9% -
XYZ 48.07 26.81 71.05 -
YUV 136.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 230 73 221 0 0.68 0.04 0.10 303.44 0.76 0.59
Hex E6 49 DD 0 44 4 A 12F 4C 3B
Octal 346 111 335 0 104 4 12 457 114 73
Binary 11100110 1001001 11011101 0 1000100 100 1010 100101111 1001100 111011

Color Harmonies of #E649DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649DD

Black with #E649DD

Text Example


Text Example

White with #E649DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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