#E65AD9

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

Shades of Free Speech Magenta #E65AD9

Tints of Free Speech Magenta #E65AD9

Color information

#E65AD9 (or 0xE65AD9) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5A and D9. RGB value is (230,90,217). Sum of RGB (Red+Green+Blue) = 230+90+217=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AD9 is #19A526. Grayscale: #919191. Windows color (decimal): -1680679 or 14244582. OLE color: 14244582.

HSL color Cylindrical-coordinate representation of color #E65AD9: hue angle of 305.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65AD9 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB23090217-
CMYK00.610.060.10
HSL305.57º73.68%62.75%-
HSV(B)305.57º60.87%90.2%-
XYZ48.8129.1568.7-
YUV146.34167.88187.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 90 (35.55% from 255) = 16.76%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=42.83%
G=16.76%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309021700.610.060.10305.5773.6862.75
HexE65AD903D6A1324a3f
Octal34613233107561246211277
Binary11100110101101011011001011110111010101001100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65AD9; }

 p { color: rgb(230,90,217); }

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

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

 a { background-color: rgb(230,90,217); }

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

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

 span { border-color: rgb(230,90,217); }

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