Html Css Color HEX #E664DC Free Speech Magenta

📋 copy color: '#E664DC'

red 230 ◦ green 100 ◦ blue 220

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

Shades of Free Speech Magenta #E664DC

Tints of Free Speech Magenta #E664DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.18%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 41.82%
G = 18.18%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E664DC (or 0xE664DC) is known color: Free Speech Magenta. HEX triplet: E6, 64 and DC. RGB value is (230,100,220). Sum of RGB (Red+Green+Blue) = 230+100+220=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E664DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664DC is #199B23. Grayscale: #989898. Windows color (decimal): -1678116 or 14443750. OLE color: 14443750.

HSL color Cylindrical-coordinate representation of color #E664DC: hue angle of 304.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664DC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 220 -
CMYK 0 0.57 0.04 0.10
HSL 304.62º 0.72% 0.65% -
HSV(B) 304.62º 0.57% 0.9% -
XYZ 50.11 31.1 71.07 -
YUV 152.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 230 100 220 0 0.57 0.04 0.10 304.62 0.72 0.65
Hex E6 64 DC 0 39 4 A 131 48 41
Octal 346 144 334 0 71 4 12 461 110 101
Binary 11100110 1100100 11011100 0 111001 100 1010 100110001 1001000 1000001

Color Harmonies of #E664DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664DC

Black with #E664DC

Text Example


Text Example

White with #E664DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664DC; }

 p { color: rgb(230,100,220); }

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

background-color css

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

 a { background-color: rgb(230,100,220); }

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

border-color css

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

 span { border-color: rgb(230,100,220); }

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