Html Css Color HEX #EA5DCD Free Speech Magenta

📋 copy color: '#EA5DCD'

red 234 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Magenta #EA5DCD

Tints of Free Speech Magenta #EA5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 43.98%
G = 17.48%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA5DCD (or 0xEA5DCD) is known color: Free Speech Magenta. HEX triplet: EA, 5D and CD. RGB value is (234,93,205). Sum of RGB (Red+Green+Blue) = 234+93+205=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DCD is #15A232. Grayscale: #939393. Windows color (decimal): -1417779 or 13458922. OLE color: 13458922.

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

Color convert

RGB 234 93 205 -
CMYK 0 0.60 0.12 0.08
HSL 312.34º 0.77% 0.64% -
HSV(B) 312.34º 0.6% 0.92% -
XYZ 48.87 29.73 60.92 -
YUV 147.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 234 93 205 0 0.60 0.12 0.08 312.34 0.77 0.64
Hex EA 5D CD 0 3C C 8 138 4D 40
Octal 352 135 315 0 74 14 10 470 115 100
Binary 11101010 1011101 11001101 0 111100 1100 1000 100111000 1001101 1000000

Color Harmonies of #EA5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DCD

Black with #EA5DCD

Text Example


Text Example

White with #EA5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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