Html Css Color HEX #E649D0 Free Speech Magenta

📋 copy color: '#E649D0'

red 230 ◦ green 73 ◦ blue 208

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

Shades of Free Speech Magenta #E649D0

Tints of Free Speech Magenta #E649D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 45.01%
G = 14.29%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E649D0 (or 0xE649D0) is known color: Free Speech Magenta. HEX triplet: E6, 49 and D0. RGB value is (230,73,208). Sum of RGB (Red+Green+Blue) = 230+73+208=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E649D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649D0 is #19B62F. Grayscale: #868686. Windows color (decimal): -1685040 or 13650406. OLE color: 13650406.

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

Color convert

RGB 230 73 208 -
CMYK 0 0.68 0.10 0.10
HSL 308.41º 0.76% 0.59% -
HSV(B) 308.41º 0.68% 0.9% -
XYZ 46.4 26.14 62.27 -
YUV 135.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 230 73 208 0 0.68 0.10 0.10 308.41 0.76 0.59
Hex E6 49 D0 0 44 A A 134 4C 3B
Octal 346 111 320 0 104 12 12 464 114 73
Binary 11100110 1001001 11010000 0 1000100 1010 1010 100110100 1001100 111011

Color Harmonies of #E649D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649D0

Black with #E649D0

Text Example


Text Example

White with #E649D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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