#EA55DB

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

Shades of Free Speech Magenta #EA55DB

Tints of Free Speech Magenta #EA55DB

Color information

#EA55DB (or 0xEA55DB) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 55 and DB. RGB value is (234,85,219). Sum of RGB (Red+Green+Blue) = 234+85+219=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55DB is #15AA24. Grayscale: #909090. Windows color (decimal): -1419813 or 14374378. OLE color: 14374378.

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

Color convert

RGB23485219-
CMYK00.640.060.08
HSL306.04º78.01%62.55%-
HSV(B)306.04º63.68%91.76%-
XYZ49.9729.170-
YUV144.83169.86191.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 85 (33.59% from 255) = 15.80%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=43.49%
G=15.80%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348521900.640.060.08306.0478.0162.55
HexEA55DB040681324e3f
Octal352125333010061046211677
Binary111010101010101110110110100000011010001001100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55DB; }

 p { color: rgb(234,85,219); }

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

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

 a { background-color: rgb(234,85,219); }

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

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

 span { border-color: rgb(234,85,219); }

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