#E650DA

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

Shades of Free Speech Magenta #E650DA

Tints of Free Speech Magenta #E650DA

Color information

#E650DA (or 0xE650DA) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 50 and DA. RGB value is (230,80,218). Sum of RGB (Red+Green+Blue) = 230+80+218=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E650DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650DA is #19AF25. Grayscale: #8C8C8C. Windows color (decimal): -1683238 or 14307558. OLE color: 14307558.

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

Color convert

RGB23080218-
CMYK00.650.050.10
HSL304.8º75%60.78%-
HSV(B)304.8º65.22%90.2%-
XYZ48.1627.6269.12-
YUV140.58171.7191.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 80 (31.64% from 255) = 15.15%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=43.56%
G=15.15%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308021800.650.050.10304.87560.78
HexE650DA0415A1314b3d
Octal346120332010151246111375
Binary111001101010000110110100100000110110101001100011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E650DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E650DA; }

 p { color: rgb(230,80,218); }

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

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

 a { background-color: rgb(230,80,218); }

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

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

 span { border-color: rgb(230,80,218); }

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