Html Css Color HEX #EA5EDC Free Speech Magenta

📋 copy color: '#EA5EDC'

red 234 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #EA5EDC

Tints of Free Speech Magenta #EA5EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 42.7%
G = 17.15%
B = 40.15%

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

#EA5EDC (or 0xEA5EDC) is known color: Free Speech Magenta. HEX triplet: EA, 5E and DC. RGB value is (234,94,220). Sum of RGB (Red+Green+Blue) = 234+94+220=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5EDC is #15A123. Grayscale: #959595. Windows color (decimal): -1417508 or 14442218. OLE color: 14442218.

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

Color convert

RGB 234 94 220 -
CMYK 0 0.60 0.06 0.08
HSL 306º 0.77% 0.64% -
HSV(B) 306º 0.6% 0.92% -
XYZ 50.85 30.67 70.95 -
YUV 150.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 234 94 220 0 0.60 0.06 0.08 306 0.77 0.64
Hex EA 5E DC 0 3C 6 8 132 4D 40
Octal 352 136 334 0 74 6 10 462 115 100
Binary 11101010 1011110 11011100 0 111100 110 1000 100110010 1001101 1000000

Color Harmonies of #EA5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EDC

Black with #EA5EDC

Text Example


Text Example

White with #EA5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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