Html Css Color HEX #EA5DE7 Free Speech Magenta

📋 copy color: '#EA5DE7'

red 234 ◦ green 93 ◦ blue 231

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

Shades of Free Speech Magenta #EA5DE7

Tints of Free Speech Magenta #EA5DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.4%

R = 41.94%
G = 16.67%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA5DE7 (or 0xEA5DE7) is known color: Free Speech Magenta. HEX triplet: EA, 5D and E7. RGB value is (234,93,231). Sum of RGB (Red+Green+Blue) = 234+93+231=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5DE7 is #15A218. Grayscale: #969696. Windows color (decimal): -1417753 or 15162858. OLE color: 15162858.

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

Color convert

RGB 234 93 231 -
CMYK 0 0.60 0.01 0.08
HSL 301.28º 0.77% 0.64% -
HSV(B) 301.28º 0.6% 0.92% -
XYZ 52.27 31.09 78.85 -
YUV 150.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 234 93 231 0 0.60 0.01 0.08 301.28 0.77 0.64
Hex EA 5D E7 0 3C 1 8 12D 4D 40
Octal 352 135 347 0 74 1 10 455 115 100
Binary 11101010 1011101 11100111 0 111100 1 1000 100101101 1001101 1000000

Color Harmonies of #EA5DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DE7

Black with #EA5DE7

Text Example


Text Example

White with #EA5DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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