Html Css Color HEX #E649CF Free Speech Magenta

📋 copy color: '#E649CF'

red 230 ◦ green 73 ◦ blue 207

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

Shades of Free Speech Magenta #E649CF

Tints of Free Speech Magenta #E649CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 45.1%
G = 14.31%
B = 40.59%

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

#E649CF (or 0xE649CF) is known color: Free Speech Magenta. HEX triplet: E6, 49 and CF. RGB value is (230,73,207). Sum of RGB (Red+Green+Blue) = 230+73+207=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E649CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649CF is #19B630. Grayscale: #868686. Windows color (decimal): -1685041 or 13584870. OLE color: 13584870.

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

Color convert

RGB 230 73 207 -
CMYK 0 0.68 0.10 0.10
HSL 308.79º 0.76% 0.59% -
HSV(B) 308.79º 0.68% 0.9% -
XYZ 46.28 26.09 61.63 -
YUV 135.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 230 73 207 0 0.68 0.10 0.10 308.79 0.76 0.59
Hex E6 49 CF 0 44 A A 135 4C 3B
Octal 346 111 317 0 104 12 12 465 114 73
Binary 11100110 1001001 11001111 0 1000100 1010 1010 100110101 1001100 111011

Color Harmonies of #E649CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649CF

Black with #E649CF

Text Example


Text Example

White with #E649CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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