Html Css Color HEX #EA5EDB Free Speech Magenta

📋 copy color: '#EA5EDB'

red 234 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #EA5EDB

Tints of Free Speech Magenta #EA5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.18%

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

R = 42.78%
G = 17.18%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA5EDB (or 0xEA5EDB) is known color: Free Speech Magenta. HEX triplet: EA, 5E and DB. RGB value is (234,94,219). Sum of RGB (Red+Green+Blue) = 234+94+219=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5EDB is #15A124. Grayscale: #959595. Windows color (decimal): -1417509 or 14376682. OLE color: 14376682.

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

Color convert

RGB 234 94 219 -
CMYK 0 0.60 0.06 0.08
HSL 306.43º 0.77% 0.64% -
HSV(B) 306.43º 0.6% 0.92% -
XYZ 50.72 30.61 70.25 -
YUV 150.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 234 94 219 0 0.60 0.06 0.08 306.43 0.77 0.64
Hex EA 5E DB 0 3C 6 8 132 4D 40
Octal 352 136 333 0 74 6 10 462 115 100
Binary 11101010 1011110 11011011 0 111100 110 1000 100110010 1001101 1000000

Color Harmonies of #EA5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EDB

Black with #EA5EDB

Text Example


Text Example

White with #EA5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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