Html Css Color HEX #EA5CDB Free Speech Magenta

📋 copy color: '#EA5CDB'

red 234 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #EA5CDB

Tints of Free Speech Magenta #EA5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.88%

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

R = 42.94%
G = 16.88%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA5CDB (or 0xEA5CDB) is known color: Free Speech Magenta. HEX triplet: EA, 5C and DB. RGB value is (234,92,219). Sum of RGB (Red+Green+Blue) = 234+92+219=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CDB is #15A324. Grayscale: #949494. Windows color (decimal): -1418021 or 14376170. OLE color: 14376170.

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

Color convert

RGB 234 92 219 -
CMYK 0 0.61 0.06 0.08
HSL 306.34º 0.77% 0.64% -
HSV(B) 306.34º 0.61% 0.92% -
XYZ 50.55 30.26 70.19 -
YUV 148.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 234 92 219 0 0.61 0.06 0.08 306.34 0.77 0.64
Hex EA 5C DB 0 3D 6 8 132 4D 40
Octal 352 134 333 0 75 6 10 462 115 100
Binary 11101010 1011100 11011011 0 111101 110 1000 100110010 1001101 1000000

Color Harmonies of #EA5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5CDB

Black with #EA5CDB

Text Example


Text Example

White with #EA5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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