Html Css Color HEX #E460C5 Free Speech Magenta

📋 copy color: '#E460C5'

red 228 ◦ green 96 ◦ blue 197

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

Shades of Free Speech Magenta #E460C5

Tints of Free Speech Magenta #E460C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 43.76%
G = 18.43%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E460C5 (or 0xE460C5) is known color: Free Speech Magenta. HEX triplet: E4, 60 and C5. RGB value is (228,96,197). Sum of RGB (Red+Green+Blue) = 228+96+197=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E460C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460C5 is #1B9F3A. Grayscale: #929292. Windows color (decimal): -1810235 or 12935396. OLE color: 12935396.

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

Color convert

RGB 228 96 197 -
CMYK 0 0.58 0.14 0.11
HSL 314.09º 0.71% 0.64% -
HSV(B) 314.09º 0.58% 0.89% -
XYZ 46.26 28.89 55.96 -
YUV 146.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 228 96 197 0 0.58 0.14 0.11 314.09 0.71 0.64
Hex E4 60 C5 0 3A E B 13A 47 40
Octal 344 140 305 0 72 16 13 472 107 100
Binary 11100100 1100000 11000101 0 111010 1110 1011 100111010 1000111 1000000

Color Harmonies of #E460C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460C5

Black with #E460C5

Text Example


Text Example

White with #E460C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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