#EA6BE2

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

Shades of Free Speech Magenta #EA6BE2

Tints of Free Speech Magenta #EA6BE2

Color information

#EA6BE2 (or 0xEA6BE2) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 6B and E2. RGB value is (234,107,226). Sum of RGB (Red+Green+Blue) = 234+107+226=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BE2 is #15941D. Grayscale: #9E9E9E. Windows color (decimal): -1414174 or 14838762. OLE color: 14838762.

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

Color convert

RGB234107226-
CMYK00.540.030.08
HSL303.78º75.15%66.86%-
HSV(B)303.78º54.27%91.76%-
XYZ52.9233.575.63-
YUV158.54166.08181.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 107 (42.19% from 255) = 18.87%
BLUE value IS 226 (88.67% from 255) = 39.86%
R=41.27%
G=18.87%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410722600.540.030.08303.7875.1566.86
HexEA6BE2036381304b43
Octal352153342066310460113103
Binary11101010110101111100010011011011100010011000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BE2; }

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

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

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

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

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

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

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

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