Html Css Color HEX #EA57DB Free Speech Magenta

📋 copy color: '#EA57DB'

red 234 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #EA57DB

Tints of Free Speech Magenta #EA57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.11%

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

R = 43.33%
G = 16.11%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA57DB (or 0xEA57DB) is known color: Free Speech Magenta. HEX triplet: EA, 57 and DB. RGB value is (234,87,219). Sum of RGB (Red+Green+Blue) = 234+87+219=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57DB is #15A824. Grayscale: #919191. Windows color (decimal): -1419301 or 14374890. OLE color: 14374890.

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

Color convert

RGB 234 87 219 -
CMYK 0 0.63 0.06 0.08
HSL 306.12º 0.78% 0.63% -
HSV(B) 306.12º 0.63% 0.92% -
XYZ 50.13 29.42 70.06 -
YUV 146 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 234 87 219 0 0.63 0.06 0.08 306.12 0.78 0.63
Hex EA 57 DB 0 3F 6 8 132 4E 3F
Octal 352 127 333 0 77 6 10 462 116 77
Binary 11101010 1010111 11011011 0 111111 110 1000 100110010 1001110 111111

Color Harmonies of #EA57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57DB

Black with #EA57DB

Text Example


Text Example

White with #EA57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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