#EA6ADF

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

Shades of Free Speech Magenta #EA6ADF

Tints of Free Speech Magenta #EA6ADF

Color information

#EA6ADF (or 0xEA6ADF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 6A and DF. RGB value is (234,106,223). Sum of RGB (Red+Green+Blue) = 234+106+223=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ADF is #159520. Grayscale: #9D9D9D. Windows color (decimal): -1414433 or 14641898. OLE color: 14641898.

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

Color convert

RGB234106223-
CMYK00.550.050.08
HSL305.16º75.29%66.67%-
HSV(B)305.16º54.7%91.76%-
XYZ52.4133.1373.44-
YUV157.61164.91182.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 106 (41.80% from 255) = 18.83%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=41.56%
G=18.83%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410622300.550.050.08305.1675.2966.67
HexEA6ADF037581314b43
Octal352152337067510461113103
Binary111010101101010110111110110111101100010011000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6ADF; }

 p { color: rgb(234,106,223); }

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

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

 a { background-color: rgb(234,106,223); }

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

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

 span { border-color: rgb(234,106,223); }

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