#ea6bcc

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

Shades of Free Speech Magenta #EA6BCC

Tints of Free Speech Magenta #EA6BCC

Color information

#EA6BCC (or 0xEA6BCC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 6B and CC. RGB value is (234,107,204). Sum of RGB (Red+Green+Blue) = 234+107+204=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BCC is #159433. Grayscale: #9B9B9B. Windows color (decimal): -1414196 or 13396970. OLE color: 13396970.

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

Color convert

RGB234107204-
CMYK00.540.130.08
HSL314.17º75.15%66.86%-
HSV(B)314.17º54.27%91.76%-
XYZ50.0932.3760.73-
YUV156.03155.08183.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 107 (42.19% from 255) = 19.63%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=42.94%
G=19.63%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410720400.540.130.08314.1775.1566.86
HexEA6BCC036D813a4b43
Octal3521533140661510472113103
Binary1110101011010111100110001101101101100010011101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6bcc; }

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

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

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

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

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

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

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

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