Html Css Color HEX #EA5DDA Free Speech Magenta

📋 copy color: '#EA5DDA'

red 234 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #EA5DDA

Tints of Free Speech Magenta #EA5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 42.94%
G = 17.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA5DDA (or 0xEA5DDA) is known color: Free Speech Magenta. HEX triplet: EA, 5D and DA. RGB value is (234,93,218). Sum of RGB (Red+Green+Blue) = 234+93+218=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DDA is #15A225. Grayscale: #959595. Windows color (decimal): -1417766 or 14310890. OLE color: 14310890.

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

Color convert

RGB 234 93 218 -
CMYK 0 0.60 0.07 0.08
HSL 306.81º 0.77% 0.64% -
HSV(B) 306.81º 0.6% 0.92% -
XYZ 50.5 30.38 69.53 -
YUV 149.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 234 93 218 0 0.60 0.07 0.08 306.81 0.77 0.64
Hex EA 5D DA 0 3C 7 8 133 4D 40
Octal 352 135 332 0 74 7 10 463 115 100
Binary 11101010 1011101 11011010 0 111100 111 1000 100110011 1001101 1000000

Color Harmonies of #EA5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DDA

Black with #EA5DDA

Text Example


Text Example

White with #EA5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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