Html Css Color HEX #EA50DB Free Speech Magenta

📋 copy color: '#EA50DB'

red 234 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #EA50DB

Tints of Free Speech Magenta #EA50DB

RGB

 RED value IS 234 (91.8% from 255) = 43.9%

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

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

R = 43.9%
G = 15.01%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA50DB (or 0xEA50DB) is known color: Free Speech Magenta. HEX triplet: EA, 50 and DB. RGB value is (234,80,219). Sum of RGB (Red+Green+Blue) = 234+80+219=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50DB is #15AF24. Grayscale: #8D8D8D. Windows color (decimal): -1421093 or 14373098. OLE color: 14373098.

HSL color Cylindrical-coordinate representation of color #EA50DB: hue angle of 305.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50DB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 219 -
CMYK 0 0.66 0.06 0.08
HSL 305.84º 0.79% 0.62% -
HSV(B) 305.84º 0.66% 0.92% -
XYZ 49.59 28.34 69.88 -
YUV 141.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 234 80 219 0 0.66 0.06 0.08 305.84 0.79 0.62
Hex EA 50 DB 0 42 6 8 132 4F 3E
Octal 352 120 333 0 102 6 10 462 117 76
Binary 11101010 1010000 11011011 0 1000010 110 1000 100110010 1001111 111110

Color Harmonies of #EA50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50DB

Black with #EA50DB

Text Example


Text Example

White with #EA50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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