Html Css Color HEX #E460C4 Free Speech Magenta

📋 copy color: '#E460C4'

red 228 ◦ green 96 ◦ blue 196

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

Shades of Free Speech Magenta #E460C4

Tints of Free Speech Magenta #E460C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.69%

R = 43.85%
G = 18.46%
B = 37.69%

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

#E460C4 (or 0xE460C4) is known color: Free Speech Magenta. HEX triplet: E4, 60 and C4. RGB value is (228,96,196). Sum of RGB (Red+Green+Blue) = 228+96+196=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E460C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460C4 is #1B9F3B. Grayscale: #929292. Windows color (decimal): -1810236 or 12869860. OLE color: 12869860.

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

Color convert

RGB 228 96 196 -
CMYK 0 0.58 0.14 0.11
HSL 314.55º 0.71% 0.64% -
HSV(B) 314.55º 0.58% 0.89% -
XYZ 46.14 28.85 55.36 -
YUV 146.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 228 96 196 0 0.58 0.14 0.11 314.55 0.71 0.64
Hex E4 60 C4 0 3A E B 13B 47 40
Octal 344 140 304 0 72 16 13 473 107 100
Binary 11100100 1100000 11000100 0 111010 1110 1011 100111011 1000111 1000000

Color Harmonies of #E460C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460C4

Black with #E460C4

Text Example


Text Example

White with #E460C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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