Html Css Color HEX #EA5DDB Free Speech Magenta

📋 copy color: '#EA5DDB'

red 234 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #EA5DDB

Tints of Free Speech Magenta #EA5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.03%

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

R = 42.86%
G = 17.03%
B = 40.11%

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

#EA5DDB (or 0xEA5DDB) is known color: Free Speech Magenta. HEX triplet: EA, 5D and DB. RGB value is (234,93,219). Sum of RGB (Red+Green+Blue) = 234+93+219=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DDB is #15A224. Grayscale: #959595. Windows color (decimal): -1417765 or 14376426. OLE color: 14376426.

HSL color Cylindrical-coordinate representation of color #EA5DDB: hue angle of 306.38º 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 #EA5DDB is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 219 -
CMYK 0 0.60 0.06 0.08
HSL 306.38º 0.77% 0.64% -
HSV(B) 306.38º 0.6% 0.92% -
XYZ 50.63 30.44 70.22 -
YUV 149.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 234 93 219 0 0.60 0.06 0.08 306.38 0.77 0.64
Hex EA 5D DB 0 3C 6 8 132 4D 40
Octal 352 135 333 0 74 6 10 462 115 100
Binary 11101010 1011101 11011011 0 111100 110 1000 100110010 1001101 1000000

Color Harmonies of #EA5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DDB

Black with #EA5DDB

Text Example


Text Example

White with #EA5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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