Html Css Color HEX #E151D7 Free Speech Magenta

📋 copy color: '#E151D7'

red 225 ◦ green 81 ◦ blue 215

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

Shades of Free Speech Magenta #E151D7

Tints of Free Speech Magenta #E151D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 43.19%
G = 15.55%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E151D7 (or 0xE151D7) is known color: Free Speech Magenta. HEX triplet: E1, 51 and D7. RGB value is (225,81,215). Sum of RGB (Red+Green+Blue) = 225+81+215=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E151D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151D7 is #1EAE28. Grayscale: #8A8A8A. Windows color (decimal): -2010665 or 14111201. OLE color: 14111201.

HSL color Cylindrical-coordinate representation of color #E151D7: hue angle of 304.17º 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 #E151D7 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 81 215 -
CMYK 0 0.64 0.04 0.12
HSL 304.17º 0.71% 0.6% -
HSV(B) 304.17º 0.64% 0.88% -
XYZ 46.26 26.8 67.02 -
YUV 139.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 225 81 215 0 0.64 0.04 0.12 304.17 0.71 0.6
Hex E1 51 D7 0 40 4 C 130 47 3C
Octal 341 121 327 0 100 4 14 460 107 74
Binary 11100001 1010001 11010111 0 1000000 100 1100 100110000 1000111 111100

Color Harmonies of #E151D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E151D7

Black with #E151D7

Text Example


Text Example

White with #E151D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E151D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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