Html Css Color HEX #E150DA Free Speech Magenta

📋 copy color: '#E150DA'

red 225 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #E150DA

Tints of Free Speech Magenta #E150DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.3%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 43.02%
G = 15.3%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E150DA (or 0xE150DA) is known color: Free Speech Magenta. HEX triplet: E1, 50 and DA. RGB value is (225,80,218). Sum of RGB (Red+Green+Blue) = 225+80+218=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E150DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150DA is #1EAF25. Grayscale: #8A8A8A. Windows color (decimal): -2010918 or 14307553. OLE color: 14307553.

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

Color convert

RGB 225 80 218 -
CMYK 0 0.64 0.03 0.12
HSL 302.9º 0.71% 0.6% -
HSV(B) 302.9º 0.64% 0.88% -
XYZ 46.57 26.81 69.05 -
YUV 139.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 225 80 218 0 0.64 0.03 0.12 302.9 0.71 0.6
Hex E1 50 DA 0 40 3 C 12F 47 3C
Octal 341 120 332 0 100 3 14 457 107 74
Binary 11100001 1010000 11011010 0 1000000 11 1100 100101111 1000111 111100

Color Harmonies of #E150DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150DA

Black with #E150DA

Text Example


Text Example

White with #E150DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150DA; }

 p { color: rgb(225,80,218); }

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

background-color css

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

 a { background-color: rgb(225,80,218); }

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

border-color css

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

 span { border-color: rgb(225,80,218); }

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