Html Css Color HEX #E350DC Free Speech Magenta

📋 copy color: '#E350DC'

red 227 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Magenta #E350DC

Tints of Free Speech Magenta #E350DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.18%

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

R = 43.07%
G = 15.18%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E350DC (or 0xE350DC) is known color: Free Speech Magenta. HEX triplet: E3, 50 and DC. RGB value is (227,80,220). Sum of RGB (Red+Green+Blue) = 227+80+220=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E350DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350DC is #1CAF23. Grayscale: #8B8B8B. Windows color (decimal): -1879844 or 14438627. OLE color: 14438627.

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

Color convert

RGB 227 80 220 -
CMYK 0 0.65 0.03 0.11
HSL 302.86º 0.72% 0.6% -
HSV(B) 302.86º 0.65% 0.89% -
XYZ 47.47 27.24 70.47 -
YUV 139.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 227 80 220 0 0.65 0.03 0.11 302.86 0.72 0.6
Hex E3 50 DC 0 41 3 B 12F 48 3C
Octal 343 120 334 0 101 3 13 457 110 74
Binary 11100011 1010000 11011100 0 1000001 11 1011 100101111 1001000 111100

Color Harmonies of #E350DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350DC

Black with #E350DC

Text Example


Text Example

White with #E350DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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