Html Css Color HEX #E840D6 Free Speech Magenta

📋 copy color: '#E840D6'

red 232 ◦ green 64 ◦ blue 214

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

Shades of Free Speech Magenta #E840D6

Tints of Free Speech Magenta #E840D6

RGB

 RED value IS 232 (91.02% from 255) = 45.49%

 GREEN value IS 64 (25.39% from 255) = 12.55%

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 45.49%
G = 12.55%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E840D6 (or 0xE840D6) is known color: Free Speech Magenta. HEX triplet: E8, 40 and D6. RGB value is (232,64,214). Sum of RGB (Red+Green+Blue) = 232+64+214=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E840D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E840D6 is #17BF29. Grayscale: #828282. Windows color (decimal): -1556266 or 14041320. OLE color: 14041320.

HSL color Cylindrical-coordinate representation of color #E840D6: hue angle of 306.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E840D6 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 64 214 -
CMYK 0 0.72 0.08 0.09
HSL 306.43º 0.79% 0.58% -
HSV(B) 306.43º 0.72% 0.91% -
XYZ 47.25 25.68 66.08 -
YUV 131.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 232 64 214 0 0.72 0.08 0.09 306.43 0.79 0.58
Hex E8 40 D6 0 48 8 9 132 4F 3A
Octal 350 100 326 0 110 10 11 462 117 72
Binary 11101000 1000000 11010110 0 1001000 1000 1001 100110010 1001111 111010

Color Harmonies of #E840D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E840D6

Black with #E840D6

Text Example


Text Example

White with #E840D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E840D6; }

 p { color: rgb(232,64,214); }

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

background-color css

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

 a { background-color: rgb(232,64,214); }

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

border-color css

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

 span { border-color: rgb(232,64,214); }

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