Html Css Color HEX #EA53D5 Free Speech Magenta

📋 copy color: '#EA53D5'

red 234 ◦ green 83 ◦ blue 213

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

Shades of Free Speech Magenta #EA53D5

Tints of Free Speech Magenta #EA53D5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.66%

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 44.15%
G = 15.66%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA53D5 (or 0xEA53D5) is known color: Free Speech Magenta. HEX triplet: EA, 53 and D5. RGB value is (234,83,213). Sum of RGB (Red+Green+Blue) = 234+83+213=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA53D5 is #15AC2A. Grayscale: #8E8E8E. Windows color (decimal): -1420331 or 13980650. OLE color: 13980650.

HSL color Cylindrical-coordinate representation of color #EA53D5: hue angle of 308.34º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA53D5 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 213 -
CMYK 0 0.65 0.09 0.08
HSL 308.34º 0.78% 0.62% -
HSV(B) 308.34º 0.65% 0.92% -
XYZ 49.04 28.48 65.86 -
YUV 142.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 234 83 213 0 0.65 0.09 0.08 308.34 0.78 0.62
Hex EA 53 D5 0 41 9 8 134 4E 3E
Octal 352 123 325 0 101 11 10 464 116 76
Binary 11101010 1010011 11010101 0 1000001 1001 1000 100110100 1001110 111110

Color Harmonies of #EA53D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53D5

Black with #EA53D5

Text Example


Text Example

White with #EA53D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53D5; }

 p { color: rgb(234,83,213); }

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

background-color css

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

 a { background-color: rgb(234,83,213); }

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

border-color css

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

 span { border-color: rgb(234,83,213); }

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