Html Css Color HEX #E649CD Free Speech Magenta

📋 copy color: '#E649CD'

red 230 ◦ green 73 ◦ blue 205

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

Shades of Free Speech Magenta #E649CD

Tints of Free Speech Magenta #E649CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 45.28%
G = 14.37%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E649CD (or 0xE649CD) is known color: Free Speech Magenta. HEX triplet: E6, 49 and CD. RGB value is (230,73,205). Sum of RGB (Red+Green+Blue) = 230+73+205=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E649CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649CD is #19B632. Grayscale: #868686. Windows color (decimal): -1685043 or 13453798. OLE color: 13453798.

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

Color convert

RGB 230 73 205 -
CMYK 0 0.68 0.11 0.10
HSL 309.55º 0.76% 0.59% -
HSV(B) 309.55º 0.68% 0.9% -
XYZ 46.04 26 60.35 -
YUV 134.99 167.51 195.77 -
System Red Green Blue C M Y K H S L
Decimal 230 73 205 0 0.68 0.11 0.10 309.55 0.76 0.59
Hex E6 49 CD 0 44 B A 136 4C 3B
Octal 346 111 315 0 104 13 12 466 114 73
Binary 11100110 1001001 11001101 0 1000100 1011 1010 100110110 1001100 111011

Color Harmonies of #E649CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649CD

Black with #E649CD

Text Example


Text Example

White with #E649CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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