#EA44D5

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

Shades of Free Speech Magenta #EA44D5

Tints of Free Speech Magenta #EA44D5

Color information

#EA44D5 (or 0xEA44D5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 44 and D5. RGB value is (234,68,213). Sum of RGB (Red+Green+Blue) = 234+68+213=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA44D5 is #15BB2A. Grayscale: #858585. Windows color (decimal): -1424171 or 13976810. OLE color: 13976810.

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

Color convert

RGB23468213-
CMYK00.710.090.08
HSL307.59º79.81%59.22%-
HSV(B)307.59º70.94%91.76%-
XYZ48.0126.4365.52-
YUV134.16172.5199.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 68 (26.95% from 255) = 13.20%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=45.44%
G=13.20%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346821300.710.090.08307.5979.8159.22
HexEA44D504798134503b
Octal3521043250107111046412073
Binary1110101010001001101010101000111100110001001101001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA44D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA44D5; }

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

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

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

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

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

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

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

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