Html Css Color HEX #E050DB Free Speech Magenta

📋 copy color: '#E050DB'

red 224 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #E050DB

Tints of Free Speech Magenta #E050DB

RGB

 RED value IS 224 (87.89% from 255) = 42.83%

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

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

R = 42.83%
G = 15.3%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E050DB (or 0xE050DB) is known color: Free Speech Magenta. HEX triplet: E0, 50 and DB. RGB value is (224,80,219). Sum of RGB (Red+Green+Blue) = 224+80+219=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E050DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050DB is #1FAF24. Grayscale: #8A8A8A. Windows color (decimal): -2076453 or 14373088. OLE color: 14373088.

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

Color convert

RGB 224 80 219 -
CMYK 0 0.64 0.02 0.12
HSL 302.08º 0.7% 0.6% -
HSV(B) 302.08º 0.64% 0.88% -
XYZ 46.4 26.7 69.73 -
YUV 138.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 224 80 219 0 0.64 0.02 0.12 302.08 0.7 0.6
Hex E0 50 DB 0 40 2 C 12E 46 3C
Octal 340 120 333 0 100 2 14 456 106 74
Binary 11100000 1010000 11011011 0 1000000 10 1100 100101110 1000110 111100

Color Harmonies of #E050DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050DB

Black with #E050DB

Text Example


Text Example

White with #E050DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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