#EA6BE1

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

Shades of Free Speech Magenta #EA6BE1

Tints of Free Speech Magenta #EA6BE1

Color information

#EA6BE1 (or 0xEA6BE1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 6B and E1. RGB value is (234,107,225). Sum of RGB (Red+Green+Blue) = 234+107+225=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BE1 is #15941E. Grayscale: #9E9E9E. Windows color (decimal): -1414175 or 14773226. OLE color: 14773226.

HSL color Cylindrical-coordinate representation of color #EA6BE1: hue angle of 304.25º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6BE1 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234107225-
CMYK00.540.040.08
HSL304.25º75.15%66.86%-
HSV(B)304.25º54.27%91.76%-
XYZ52.7833.4474.91-
YUV158.42165.58181.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 107 (42.19% from 255) = 18.90%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=41.34%
G=18.90%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410722500.540.040.08304.2575.1566.86
HexEA6BE1036481304b43
Octal352153341066410460113103
Binary111010101101011111000010110110100100010011000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BE1; }

 p { color: rgb(234,107,225); }

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

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

 a { background-color: rgb(234,107,225); }

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

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

 span { border-color: rgb(234,107,225); }

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