Html Css Color HEX #E150DB Free Speech Magenta

📋 copy color: '#E150DB'

red 225 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #E150DB

Tints of Free Speech Magenta #E150DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 42.94%
G = 15.27%
B = 41.79%

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

#E150DB (or 0xE150DB) is known color: Free Speech Magenta. HEX triplet: E1, 50 and DB. RGB value is (225,80,219). Sum of RGB (Red+Green+Blue) = 225+80+219=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E150DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150DB is #1EAF24. Grayscale: #8A8A8A. Windows color (decimal): -2010917 or 14373089. OLE color: 14373089.

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

Color convert

RGB 225 80 219 -
CMYK 0 0.64 0.03 0.12
HSL 302.48º 0.71% 0.6% -
HSV(B) 302.48º 0.64% 0.88% -
XYZ 46.71 26.86 69.74 -
YUV 139.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 225 80 219 0 0.64 0.03 0.12 302.48 0.71 0.6
Hex E1 50 DB 0 40 3 C 12E 47 3C
Octal 341 120 333 0 100 3 14 456 107 74
Binary 11100001 1010000 11011011 0 1000000 11 1100 100101110 1000111 111100

Color Harmonies of #E150DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150DB

Black with #E150DB

Text Example


Text Example

White with #E150DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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