#EA53DD

Color #EA53DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EA53DD

Tints of Free Speech Magenta #EA53DD

Color information

#EA53DD (or 0xEA53DD) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 53 and DD. RGB value is (234,83,221). Sum of RGB (Red+Green+Blue) = 234+83+221=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA53DD is #15AC22. Grayscale: #8F8F8F. Windows color (decimal): -1420323 or 14504938. OLE color: 14504938.

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

Color convert

RGB23483221-
CMYK00.650.060.08
HSL305.17º78.24%62.16%-
HSV(B)305.17º64.53%91.76%-
XYZ50.0828.971.35-
YUV143.88171.53192.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 83 (32.81% from 255) = 15.43%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=43.49%
G=15.43%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348322100.650.060.08305.1778.2462.16
HexEA53DD041681314e3e
Octal352123335010161046111676
Binary111010101010011110111010100000111010001001100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA53DD; }

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

 H1.HeaderClassName
 {
   color: #EA53DD;
 }
 .AnyTagClassName
 {
   color: #EA53DD;
 }
</style>
background-color css

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

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

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

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

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

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