Html Css Color HEX #E151D6 Free Speech Magenta

📋 copy color: '#E151D6'

red 225 ◦ green 81 ◦ blue 214

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

Shades of Free Speech Magenta #E151D6

Tints of Free Speech Magenta #E151D6

RGB

 RED value IS 225 (88.28% from 255) = 43.27%

 GREEN value IS 81 (32.03% from 255) = 15.58%

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

R = 43.27%
G = 15.58%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E151D6 (or 0xE151D6) is known color: Free Speech Magenta. HEX triplet: E1, 51 and D6. RGB value is (225,81,214). Sum of RGB (Red+Green+Blue) = 225+81+214=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E151D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151D6 is #1EAE29. Grayscale: #8A8A8A. Windows color (decimal): -2010666 or 14045665. OLE color: 14045665.

HSL color Cylindrical-coordinate representation of color #E151D6: hue angle of 304.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E151D6 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 81 214 -
CMYK 0 0.64 0.05 0.12
HSL 304.58º 0.71% 0.6% -
HSV(B) 304.58º 0.64% 0.88% -
XYZ 46.13 26.75 66.35 -
YUV 139.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 225 81 214 0 0.64 0.05 0.12 304.58 0.71 0.6
Hex E1 51 D6 0 40 5 C 131 47 3C
Octal 341 121 326 0 100 5 14 461 107 74
Binary 11100001 1010001 11010110 0 1000000 101 1100 100110001 1000111 111100

Color Harmonies of #E151D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E151D6

Black with #E151D6

Text Example


Text Example

White with #E151D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E151D6; }

 p { color: rgb(225,81,214); }

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

background-color css

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

 a { background-color: rgb(225,81,214); }

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

border-color css

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

 span { border-color: rgb(225,81,214); }

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