Html Css Color HEX #E364DC Free Speech Magenta

📋 copy color: '#E364DC'

red 227 ◦ green 100 ◦ blue 220

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

Shades of Free Speech Magenta #E364DC

Tints of Free Speech Magenta #E364DC

RGB

 RED value IS 227 (89.06% from 255) = 41.5%

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

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

R = 41.5%
G = 18.28%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E364DC (or 0xE364DC) is known color: Free Speech Magenta. HEX triplet: E3, 64 and DC. RGB value is (227,100,220). Sum of RGB (Red+Green+Blue) = 227+100+220=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E364DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364DC is #1C9B23. Grayscale: #979797. Windows color (decimal): -1874724 or 14443747. OLE color: 14443747.

HSL color Cylindrical-coordinate representation of color #E364DC: hue angle of 303.31º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E364DC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 100 220 -
CMYK 0 0.56 0.03 0.11
HSL 303.31º 0.69% 0.64% -
HSV(B) 303.31º 0.56% 0.89% -
XYZ 49.15 30.61 71.03 -
YUV 151.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 227 100 220 0 0.56 0.03 0.11 303.31 0.69 0.64
Hex E3 64 DC 0 38 3 B 12F 45 40
Octal 343 144 334 0 70 3 13 457 105 100
Binary 11100011 1100100 11011100 0 111000 11 1011 100101111 1000101 1000000

Color Harmonies of #E364DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364DC

Black with #E364DC

Text Example


Text Example

White with #E364DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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