Html Css Color HEX #E460DC Free Speech Magenta

📋 copy color: '#E460DC'

red 228 ◦ green 96 ◦ blue 220

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

Shades of Free Speech Magenta #E460DC

Tints of Free Speech Magenta #E460DC

RGB

 RED value IS 228 (89.45% from 255) = 41.91%

 GREEN value IS 96 (37.89% from 255) = 17.65%

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

R = 41.91%
G = 17.65%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E460DC (or 0xE460DC) is known color: Free Speech Magenta. HEX triplet: E4, 60 and DC. RGB value is (228,96,220). Sum of RGB (Red+Green+Blue) = 228+96+220=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E460DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460DC is #1B9F23. Grayscale: #959595. Windows color (decimal): -1810212 or 14442724. OLE color: 14442724.

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

Color convert

RGB 228 96 220 -
CMYK 0 0.58 0.04 0.11
HSL 303.64º 0.71% 0.64% -
HSV(B) 303.64º 0.58% 0.89% -
XYZ 49.1 30.03 70.92 -
YUV 149.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 228 96 220 0 0.58 0.04 0.11 303.64 0.71 0.64
Hex E4 60 DC 0 3A 4 B 130 47 40
Octal 344 140 334 0 72 4 13 460 107 100
Binary 11100100 1100000 11011100 0 111010 100 1011 100110000 1000111 1000000

Color Harmonies of #E460DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460DC

Black with #E460DC

Text Example


Text Example

White with #E460DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460DC; }

 p { color: rgb(228,96,220); }

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

background-color css

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

 a { background-color: rgb(228,96,220); }

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

border-color css

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

 span { border-color: rgb(228,96,220); }

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