Html Css Color HEX #E460C0 Free Speech Magenta

📋 copy color: '#E460C0'

red 228 ◦ green 96 ◦ blue 192

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

Shades of Free Speech Magenta #E460C0

Tints of Free Speech Magenta #E460C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 44.19%
G = 18.6%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E460C0 (or 0xE460C0) is known color: Free Speech Magenta. HEX triplet: E4, 60 and C0. RGB value is (228,96,192). Sum of RGB (Red+Green+Blue) = 228+96+192=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E460C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460C0 is #1B9F3F. Grayscale: #929292. Windows color (decimal): -1810240 or 12607716. OLE color: 12607716.

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

Color convert

RGB 228 96 192 -
CMYK 0 0.58 0.16 0.11
HSL 316.36º 0.71% 0.64% -
HSV(B) 316.36º 0.58% 0.89% -
XYZ 45.69 28.67 52.99 -
YUV 146.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 228 96 192 0 0.58 0.16 0.11 316.36 0.71 0.64
Hex E4 60 C0 0 3A 10 B 13C 47 40
Octal 344 140 300 0 72 20 13 474 107 100
Binary 11100100 1100000 11000000 0 111010 10000 1011 100111100 1000111 1000000

Color Harmonies of #E460C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460C0

Black with #E460C0

Text Example


Text Example

White with #E460C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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