Html Css Color HEX #E649D5 Free Speech Magenta

📋 copy color: '#E649D5'

red 230 ◦ green 73 ◦ blue 213

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

Shades of Free Speech Magenta #E649D5

Tints of Free Speech Magenta #E649D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 44.57%
G = 14.15%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E649D5 (or 0xE649D5) is known color: Free Speech Magenta. HEX triplet: E6, 49 and D5. RGB value is (230,73,213). Sum of RGB (Red+Green+Blue) = 230+73+213=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E649D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649D5 is #19B62A. Grayscale: #878787. Windows color (decimal): -1685035 or 13978086. OLE color: 13978086.

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

Color convert

RGB 230 73 213 -
CMYK 0 0.68 0.07 0.10
HSL 306.5º 0.76% 0.59% -
HSV(B) 306.5º 0.68% 0.9% -
XYZ 47.03 26.39 65.57 -
YUV 135.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 230 73 213 0 0.68 0.07 0.10 306.5 0.76 0.59
Hex E6 49 D5 0 44 7 A 132 4C 3B
Octal 346 111 325 0 104 7 12 462 114 73
Binary 11100110 1001001 11010101 0 1000100 111 1010 100110010 1001100 111011

Color Harmonies of #E649D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649D5

Black with #E649D5

Text Example


Text Example

White with #E649D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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