#EA6BDD

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

Shades of Free Speech Magenta #EA6BDD

Tints of Free Speech Magenta #EA6BDD

Color information

#EA6BDD (or 0xEA6BDD) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 6B and DD. RGB value is (234,107,221). Sum of RGB (Red+Green+Blue) = 234+107+221=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BDD is #159422. Grayscale: #9D9D9D. Windows color (decimal): -1414179 or 14511082. OLE color: 14511082.

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

Color convert

RGB234107221-
CMYK00.540.060.08
HSL306.14º75.15%66.86%-
HSV(B)306.14º54.27%91.76%-
XYZ52.2433.2372.07-
YUV157.97163.58182.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 107 (42.19% from 255) = 19.04%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=41.64%
G=19.04%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410722100.540.060.08306.1475.1566.86
HexEA6BDD036681324b43
Octal352153335066610462113103
Binary111010101101011110111010110110110100010011001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BDD; }

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

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

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

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

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

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

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

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