Html Css Color HEX #E649C2 Free Speech Magenta

📋 copy color: '#E649C2'

red 230 ◦ green 73 ◦ blue 194

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

Shades of Free Speech Magenta #E649C2

Tints of Free Speech Magenta #E649C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.03%

R = 46.28%
G = 14.69%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E649C2 (or 0xE649C2) is known color: Free Speech Magenta. HEX triplet: E6, 49 and C2. RGB value is (230,73,194). Sum of RGB (Red+Green+Blue) = 230+73+194=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E649C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649C2 is #19B63D. Grayscale: #858585. Windows color (decimal): -1685054 or 12732902. OLE color: 12732902.

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

Color convert

RGB 230 73 194 -
CMYK 0 0.68 0.16 0.10
HSL 313.76º 0.76% 0.59% -
HSV(B) 313.76º 0.68% 0.9% -
XYZ 44.75 25.48 53.6 -
YUV 133.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 230 73 194 0 0.68 0.16 0.10 313.76 0.76 0.59
Hex E6 49 C2 0 44 10 A 13A 4C 3B
Octal 346 111 302 0 104 20 12 472 114 73
Binary 11100110 1001001 11000010 0 1000100 10000 1010 100111010 1001100 111011

Color Harmonies of #E649C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649C2

Black with #E649C2

Text Example


Text Example

White with #E649C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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