Html Css Color HEX #E460DF Free Speech Magenta

📋 copy color: '#E460DF'

red 228 ◦ green 96 ◦ blue 223

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

Shades of Free Speech Magenta #E460DF

Tints of Free Speech Magenta #E460DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 41.68%
G = 17.55%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E460DF (or 0xE460DF) is known color: Free Speech Magenta. HEX triplet: E4, 60 and DF. RGB value is (228,96,223). Sum of RGB (Red+Green+Blue) = 228+96+223=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E460DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460DF is #1B9F20. Grayscale: #959595. Windows color (decimal): -1810209 or 14639332. OLE color: 14639332.

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

Color convert

RGB 228 96 223 -
CMYK 0 0.58 0.02 0.11
HSL 302.27º 0.71% 0.64% -
HSV(B) 302.27º 0.58% 0.89% -
XYZ 49.5 30.19 73.03 -
YUV 149.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 228 96 223 0 0.58 0.02 0.11 302.27 0.71 0.64
Hex E4 60 DF 0 3A 2 B 12E 47 40
Octal 344 140 337 0 72 2 13 456 107 100
Binary 11100100 1100000 11011111 0 111010 10 1011 100101110 1000111 1000000

Color Harmonies of #E460DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460DF

Black with #E460DF

Text Example


Text Example

White with #E460DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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